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

feat(cspell-eslint-plugin): Experimental Add word to dictionary #3247

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

Jason3S
Copy link
Collaborator

@Jason3S Jason3S commented Jul 18, 2022

Experimental Feature

Add the ability to add words to a custom dictionary.

Mostly fixes: #3233, but is flaky because it is using an unsupported technique to detect when a fix has been applied.

  • Option: customWordListFile
    Experimental: Specify a path to a custom word list file (A utf-8 text file with one word per line). This file is used to present the option to add words.

## Experimental Feature
Add the ability to add words to a custom dictionary.
@Jason3S Jason3S merged commit 22a514b into main Jul 18, 2022
@Jason3S Jason3S deleted the dev-eslint branch July 18, 2022 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ESLint Plugin: Configuration option to add words to the dictionary
1 participant