Add spell-checking to lint process #171
Replies: 3 comments 10 replies
-
Interesting point. I usually use the Code Spell Checker extension to help with that. Now, to execute this programmatically is another matter. |
Beta Was this translation helpful? Give feedback.
-
eslint-plugin-spellcheck seems pretty standard. Tho wouldn't cover grammar. @aleclarson is there a reason we don't have a "generalized" eslint setup? I see this script that specifically checks browser compatibility rules, why not just check-in an eslint config file? |
Beta Was this translation helpful? Give feedback.
-
CSpell also looks like a valid option. (It has an ESLint plugin and a CLI). Note that I'd like to spell-check both source code and the docs, so that's something to keep in mind. |
Beta Was this translation helpful? Give feedback.
-
Possibly grammar-checking too?
I've never looked into adding such a check before, so I'm not sure what solutions are out there.
If anyone decides to research this, please share your findings here. Please comment here before doing any work on a PR, so we can discuss. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions