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

[ESLint] How to export custom dictionary with config #5789

Closed
Jason3S opened this issue Jun 20, 2024 Discussed in #5787 · 1 comment · Fixed by #5790 · 4 remaining pull requests
Closed

[ESLint] How to export custom dictionary with config #5789

Jason3S opened this issue Jun 20, 2024 Discussed in #5787 · 1 comment · Fixed by #5790 · 4 remaining pull requests

Comments

@Jason3S
Copy link
Collaborator

Jason3S commented Jun 20, 2024

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.

Copy link
Contributor

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.