-
-
Notifications
You must be signed in to change notification settings - Fork 633
ESLint reports 1230 errors and 5 warnings #472
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
Comments
I just ran my fork of the project through Codacy and it found 3,860 errors. However, a vast majority of them (2,497) is the error "Strings must use doublequote" which is odd since the ESLint check flagged up the error "Strings must use singlequote". Many of these errors can be fixed by th |
On the contrary I think the second one (prettier) should be easier to do since everything should be formatted in a single command. But we decided against using prettier long back #298 Eslint configuration is not complete (open issue #44) and is not added in CI. Hence all the errors. I am not sure if I have the time to look at each of those eslint rules and decide which ones to use. I would rather go with |
Prettier or |
This can now be closed in favor of #480 |
The readme suggests the use of
npm run lint-test
to "help you write quality JavaScript code by checking for common formatting errors, enforcing style rules, and suggesting changes that conform to best practices."ESLint reports 1230 errors and 5 warnings.
This should be fixed.
lint-test-result.txt
The text was updated successfully, but these errors were encountered: