Skip to content

@cspell/eslint-plugin: Difference between dictionaries & custom word list file #5389

Answered by Jason3S
OrRosenblatt asked this question in Q&A
Discussion options

You must be logged in to vote

There are three settings:

  • customWordListFile - a quick way to specify a dictionary and enabling it.
  • dictionaries - this setting allows you to enable/disable named dictionaries.
    For example dictionaries: ['lorem-ipsum'], would enable the lorem-ipsum dictionary.
    To disable a dictionary, start the name with !, like this:
    dictionaries: ['!softwareTerms'],
    The cspell trace --all command can give a list of known dictionary names.
  • dictionaryDefinitions - this setting allows you to define a named dictionary.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by OrRosenblatt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants