You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer the following questions for yourself before submitting an issue.
Type of Issue
Feature Request
Report Bug
Documentation Update
Other
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
I have followed issue creation guidelines
I have attached proper label with the issue
The issue is assigned to a assignee
The text was updated successfully, but these errors were encountered:
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 haveeslint
installed 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 lint
or be able to useeslint
in continuous integration checks.Current Behavior
What is the current behavior?
I have to run
eslint
manually.Check
The text was updated successfully, but these errors were encountered: