Issue Template
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Type of Issue
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
I'd like to ensure eslint rules are checked. I have eslint installed globally so I can run eslint . myself, but it should be available in the project also.
Expected Behavior
Please describe the behavior you are expecting
I can run npm run lint or be able to use eslint in continuous integration checks.
Current Behavior
What is the current behavior?
I have to run eslint manually.
Check
Issue Template
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Type of Issue
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
I'd like to ensure
eslintrules are checked. I haveeslintinstalled globally so I can runeslint .myself, but it should be available in the project also.Expected Behavior
Please describe the behavior you are expecting
I can run
npm run lintor be able to useeslintin continuous integration checks.Current Behavior
What is the current behavior?
I have to run
eslintmanually.Check