{"library":"eslint-plugin-spellcheck","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":[]}]}