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
package.json contains "standard": "^17.0.0" in dependencies vs. devDependencies. This is causing the following error in my project:
"standard": "^17.0.0"
ESLint couldn't determine the plugin "import" uniquely. C:\path\tests\node_modules\eslint-plugin-import\lib\index.js (loaded in "tests.eslintrc.json#overrides[0] » @ni/eslint-config-playwright » @ni/eslint-config-typescript » @ni/eslint-config-javascript » eslint-config-airbnb-base » C:\path\node_modules\eslint-config-airbnb-base\rules\imports.js") C:\path\node_modules\eslint-plugin-import\lib\index.js (loaded in ".eslintrc.json#overrides[0] » @ni/eslint-config-angular » @ni/eslint-config-typescript » @ni/eslint-config-javascript » eslint-config-airbnb-base » C:\path\node_modules\eslint-config-airbnb-base\rules\imports.js")
ESLint couldn't determine the plugin "import" uniquely.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
package.json contains
"standard": "^17.0.0"
in dependencies vs. devDependencies. This is causing the following error in my project:The text was updated successfully, but these errors were encountered: