yaspeller
yaspeller copied to clipboard
🔍 Search tool typos in the text, files and websites
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Issue with good known words: Language is switched on and set to 'ru'. It is an one of the text, and we have many texts with other the same «mistakes».
версия 10.0.1 yaspeller --lang ru .tmp/min/app.js в итоге получаем то что зашито по умолчанию ru,en Typos: 18 1. ariaLabel (suggest: aria Label) 2. cfgm (suggest: cfg) 3. letterToDate (suggest: letter...
Hey, I'm using your package for many years for https://github.com/rusrails/rusrails spellchecking. After recent update, I'm getting an error, when it complains on correct word, and suggests to fix it to...
# Problem I tried to add a yaspeller hook to my project to check the documentation (`.md` and `.rst` files). I specified `fileExtensions`: ```json "fileExtensions": [ ".md", ".rst" ], ```...
At the moment user could specify dictionary files with cli flags only. ``` npx yaspeller --dictionary=personal.json:wiktionary.json docs/ ``` `dictionary` config option contains dictionary itself. I would like to have a...
yaspeller exhibits some strange behaviour in some circumstances when checking certain words prefixed with the word "a". It can be reproduced using the command line invocation. Setup: ``` mkdir yaspeller-issue;...