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
We need to address the issue fixed by #578.
Updating the linting to use un-ts/eslint-plugin-import-x@master/docs/rules/no-extraneous-dependencies.md should cover it.
Additionally, ESLint v9 has been released and once the new version of @typescript-eslint is out we should be good to upgrade. Prior art: #598
@typescript-eslint
Alternative: Biome (would replace Prettier and most ESLint plugins) https://biomejs.dev/linter/rules/no-undeclared-dependencies/
The text was updated successfully, but these errors were encountered:
eslint-plugin-import-x
Went with eslint-plugin-import-x, will switch to Biome + ESLint at some point when Biome is a bit more established.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
We need to address the issue fixed by #578.
Updating the linting to use un-ts/eslint-plugin-import-x@master/docs/rules/no-extraneous-dependencies.md should cover it.
Additionally, ESLint v9 has been released and once the new version of
@typescript-eslint
is out we should be good to upgrade. Prior art: #598Alternative: Biome (would replace Prettier and most ESLint plugins)
https://biomejs.dev/linter/rules/no-undeclared-dependencies/
The text was updated successfully, but these errors were encountered: