eslint-plugin-spellcheck
eslint-plugin-spellcheck copied to clipboard
Extend known words
I have now some repos that uses eslint-plugin-spellcheck
But I found out that they have some words in common I added manually
Could they introduced to eslint-plugin-spellcheck
directly?
Repos:
- https://github.com/pioardi/poolifier/blob/c9170223028c20b8e47f6ef43d33cc5b8b68e07e/.eslintrc.js#L50-L69
- https://github.com/mib200/vue-gtm/blob/e10a9766c95220db3b261590b18b8641c0aa57b7/.eslintrc.json#L81-L100
- https://github.com/prettier/plugin-pug/blob/d93150be2bf4ca2ffe41d83d88594d6b51f97e47/.eslintrc.js#L84-L137
- https://github.com/Shinigami92/vite/blob/1675b3cf546cd661dae066c58da3ed72697fa2e0/.eslintrc.js#L57-L192
- https://github.com/Shinigami92/eslint-define-config/blob/96d776076fccef5ea38ec6bcfbb432030479321c/.eslintrc.js#L78-L117
Maybe we can create a configuration option so you can put all of those in a file or npm package. Some time ago we had a similar requirement.