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 restrict the relative imports, as these may break production code. It was available in the eslint via import/no-relative-packages
import/no-relative-packages
It was working earlier with eslint-import plugin, but have not yet available with the Biomejs.
eslint-import
There must be a workaround for it to restrict import with some regular expressions.
The text was updated successfully, but these errors were encountered:
For reference: #7108 (comment)
Sorry, something went wrong.
No branches or pull requests
Problem description
We need to restrict the relative imports, as these may break production code. It was available in the eslint via
import/no-relative-packages
Solution description
It was working earlier with
eslint-import
plugin, but have not yet available with the Biomejs.Additional context
There must be a workaround for it to restrict import with some regular expressions.
The text was updated successfully, but these errors were encountered: