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
I get this error in every file of my project.
1:1 error Definition for rule 'no-commonjs' was not found no-commonjs
Here is my config:
{ "extends": [ "plugin:react/recommended", "airbnb-base" ], "parserOptions": { "ecmaVersion": 2017, "sourceType": "module", "ecmaFeatures": { "jsx": true } }, "plugins": [ "react", "import" ], "rules": { // Overriden "no-underscore-dangle": "off", "func-names": ["error", "as-needed"], "no-plusplus": "off", "no-commonjs": "error", "indent": ["error", 4], "no-var": "error", "class-methods-use-this": "off", "no-param-reassign": ["error", { "props": false }], "no-useless-return": "warn" } }``` I am not doing anything particular. I have no idea at all about this issue.
The text was updated successfully, but these errors were encountered:
What does npm ls report?
npm ls
Sorry, something went wrong.
No branches or pull requests
I get this error in every file of my project.
1:1 error Definition for rule 'no-commonjs' was not found no-commonjs
Here is my config:
The text was updated successfully, but these errors were encountered: