This repository was archived by the owner on Feb 22, 2026. It is now read-only.
Replies: 3 comments 1 reply
|
I think a good option would be to create a precommit hook that runs a spell checker on all staged files. It leverages this existing npm package |
0 replies
|
We will probably still need to add at least one custom dictionary for weirdly named variables and important people. But I do like that package a lot. |
0 replies
|
I just noticed some typos. The following all the same typo twice. Developer_Quiz_Site/src/data/linux-quiz.ts Line 1070 in 7847cb8 Developer_Quiz_Site/src/data/linux-quiz.ts Line 1059 in 7847cb8 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Several months ago on a project , I set up private dictionary files that were used to check the spelling of words. Would something like that be suitable here; provided specialized computing terms were added to a separate file? Each dictionary file in that project has a single word per line and all words are lower-case. While not a true grammar parser, it could be useful right?
All reactions