Skip to content
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

Standard package should be moved to devDependencies #1453

Closed
pakdev opened this issue Sep 21, 2023 · 0 comments · Fixed by #1454
Closed

Standard package should be moved to devDependencies #1453

pakdev opened this issue Sep 21, 2023 · 0 comments · Fixed by #1454

Comments

@pakdev
Copy link
Contributor

pakdev commented Sep 21, 2023

package.json contains "standard": "^17.0.0" in dependencies vs. devDependencies. This is causing the following error in my project:

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")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant