-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
[ESLint] How to export custom dictionary with config #5789
Closed
Comments
Jason3S
added a commit
that referenced
this issue
Jun 20, 2024
Jason3S
added a commit
that referenced
this issue
Jun 21, 2024
Jason3S
added a commit
that referenced
this issue
Jun 21, 2024
Jason3S
added a commit
that referenced
this issue
Jun 23, 2024
Jason3S
added a commit
that referenced
this issue
Jun 23, 2024
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Discussed in #5787
Originally posted by christopher-buss June 20, 2024
Hi! I maintain a custom ESlint config which is a preconfigured set of ESlint rules. As part of this, I am currently looking into adding a spell checker module. The problem is, a lot of false positives were getting picked up (due to platform speciifc words), so I made my own config here.
In my config, I have included my dict as a dependency, and then added it in the
import
section of the cspell eslint plugin, but sadly this does not export the config to consumers. Any advice would be appreciated! The code where I am attempting to import it can be found here.The text was updated successfully, but these errors were encountered: