eslint-plugin-spellcheck icon indicating copy to clipboard operation
eslint-plugin-spellcheck copied to clipboard

extended alphabet

Open oprogramador opened this issue 6 years ago • 1 comments

OS: Mac OS 10.12.6 Node.js: 10.15.0 npm: 6.4.1 yarn: 1.13.0 eslint-plugin-spellcheck: 0.0.11

I have Citroën in the code and I get:

7:3  error  You have a misspelled word: Citro on String   spellcheck/spell-checker

So I would like eslint-plugin-spellcheck to:

  • work as default with all the German, French, Spanish, Portuguese and Italian characters
  • be able to add any additional characters in the config

oprogramador avatar Mar 29 '19 15:03 oprogramador

Oh, this is a tough one. i think i should improve the word separation code toi be able to work with tilded characteres.

aotaduy avatar Jul 15 '20 18:07 aotaduy