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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It's not fully clear to me how to setup the plugin in a FlatConfig, meaning eslint.config.js, the docs could be expanded on that.
eslint.config.js
The text was updated successfully, but these errors were encountered:
Also, i'm sorry to report that it's not working for me.
Used it like this (in flat config):
import paths from 'eslint-plugin-paths'; export default [ { plugins: { paths }, rules: { 'paths/alias': 2, }, } ]
I see no warnings from Eslint
Node v20.10.0 eslint: v8.57.0 typescript: v5.3.3
Sorry, something went wrong.
Will there ever be support for a v9 flat config?
Also, i'm sorry to report that it's not working for me. Used it like this (in flat config): import paths from 'eslint-plugin-paths'; export default [ { plugins: { paths }, rules: { 'paths/alias': 2, }, } ] I see no warnings from Eslint Node v20.10.0 eslint: v8.57.0 typescript: v5.3.3
What does your tsconfig look like, specifically you're alias paths? I was able to get warnings though I also had to make some general fixes #145
tsconfig
No branches or pull requests
It's not fully clear to me how to setup the plugin in a FlatConfig, meaning
eslint.config.js
, the docs could be expanded on that.The text was updated successfully, but these errors were encountered: