We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You are using eslint for code style checking but it turns out that you have a lot of errors.
Just checkout out the project and tried npm run eslint:
npm run eslint
✖ 124 problems (123 errors, 1 warning) 71 errors and 0 warnings potentially fixable with the `--fix` option.
I think code style check should report no errors and should be also executed in CI
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You are using eslint for code style checking but it turns out that you have a lot of errors.
Just checkout out the project and tried
npm run eslint
:I think code style check should report no errors and should be also executed in CI
The text was updated successfully, but these errors were encountered: