{"library":"eslint-plugin-deprecation","type":"library","category":null,"description":"An ESLint plugin that reports usage of deprecated code by leveraging TypeScript type checking. Version 3.0.0 supports ESLint v8+ and TypeScript 4.2+ / 5.x. It automatically detects any code annotated with the JSDoc `@deprecated` tag, including APIs from your own code, libraries, Node.js, and browsers. Key differentiators: unlike simple regex-based checks, it uses the TypeScript compiler to accurately resolve deprecated symbols, avoiding false positives. The plugin ships with a recommended config and is maintained with frequent releases following semver. It requires a TypeScript parser with type information enabled.","language":"javascript","status":"active","version":"3.0.0","tags":["javascript","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install eslint-plugin-deprecation","imports":["module.exports = { plugins: ['deprecation'], rules: { 'deprecation/deprecation': 'error' } }","extends: ['plugin:deprecation/recommended']","rules: { 'deprecation/deprecation': 'error' }"]},{"cmd":"yarn add eslint-plugin-deprecation","imports":[]},{"cmd":"pnpm add eslint-plugin-deprecation","imports":[]}],"homepage":null,"github":"https://github.com/gund/eslint-plugin-deprecation","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/eslint-plugin-deprecation","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-deprecation/compatibility"}}