{"library":"eslint-plugin-spellcheck","type":"library","category":null,"description":"ESLint plugin (v0.0.20, last updated 2022, low release cadence) that checks spelling in identifiers, strings, comments, and templates of JavaScript files using Hunspell dictionaries. Supports multiple English locales (en_US, en_CA, en_AU, en_GB), custom skip words, regex pattern exclusions, and minimum word length. The plugin is lightweight but infrequently maintained; it has no security incidents but the underlying hunspell-spellchecker dependency (v0.4.1) is dated. Alternative with more active development: eslint-plugin-spellcheck (different package) or cspell.","language":"javascript","status":"maintenance","version":"0.0.20","tags":["javascript","eslint","eslintplugin","spellcheck","spelling"],"last_verified":"Wed May 27","install":[{"cmd":"npm install eslint-plugin-spellcheck","imports":["// In .eslintrc:\n\"plugins\": [\"spellcheck\"],\n\"rules\": {\n  \"spellcheck/spell-checker\": \"warn\"\n}","\"spellcheck/spell-checker\": [\"error\", { \"comments\": true, \"strings\": true, \"identifiers\": true }]","import spellcheck from 'eslint-plugin-spellcheck';\nexport default [\n  {\n    plugins: { spellcheck },\n    rules: { 'spellcheck/spell-checker': 'warn' }\n  }\n];"]},{"cmd":"yarn add eslint-plugin-spellcheck","imports":[]},{"cmd":"pnpm add eslint-plugin-spellcheck","imports":[]}],"homepage":null,"github":"https://github.com/aotaduy/eslint-plugin-spellcheck","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/eslint-plugin-spellcheck","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/eslint-plugin-spellcheck/compatibility"}}