{"library":"eslint-plugin-no-autofix","type":"library","category":null,"description":"ESLint plugin that wraps any rule to disable its autofix behavior, allowing rules to report warnings without automatically fixing them. Current stable version is 2.1.0, released September 2024. Requires Node >= 18 and ESLint >= 8. The plugin supports all ESLint core rules and third-party plugin rules by simply prefixing the rule name with 'no-autofix/'. It is particularly useful for teams that want to enforce certain rules (like prefer-const) but avoid automatic code modifications that might conflict with other tools or team conventions. Unlike alternatives (e.g., using eslint --no-fix), this provides per-rule granularity.","language":"javascript","status":"active","version":"2.1.0","tags":["javascript","eslint plugin","autofix"],"last_verified":"Wed May 27","install":[{"cmd":"npm install eslint-plugin-no-autofix","imports":["import noAutofix from 'eslint-plugin-no-autofix'","import noAutofix from 'eslint-plugin-no-autofix';\nexport default [\n  { plugins: { 'no-autofix': noAutofix }, rules: { 'no-autofix/prefer-const': 'error' } }\n]","import { rules } from 'eslint-plugin-no-autofix'"]},{"cmd":"yarn add eslint-plugin-no-autofix","imports":[]},{"cmd":"pnpm add eslint-plugin-no-autofix","imports":[]}],"homepage":null,"github":"https://github.com/aladdin-add/eslint-plugin.git#master","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/eslint-plugin-no-autofix","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-no-autofix/compatibility"}}