-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure ESLint #277
Comments
Can I? |
Done please review #279 |
@kalpananegi Awesome:) |
can i take this one? |
@amarjeetrao Yes, please go ahead. |
Is this issue still not resolved? |
@sakshivij Give it a shot. 👍 |
I also give a try with #389 :) |
@coelhucas Thanks for the PR. ✅ Link to the repository |
@coelhucas check this pull request |
Adding ESLint on this project. Adding scripts in package.json to run lint tests. https://eslint.org/
Adding ESLint on this project. Adding scripts in package.json to run lint tests. https://eslint.org/
is this issue still open, how can i approach this |
#844 @vinitshahdeo checkout this pull request |
Adding ESLint will be helpful in identifying some common and uncommon mistakes that are made during coding.
scripts
inpackage.json
i.e.npm run test-lint
should run lint tests.Please refer this.
The text was updated successfully, but these errors were encountered: