ESLint plugin that silently suppresses all lint errors in files containing a @generated comment. Version 3.1.0 is stable; no active development since 2020. Different from alternatives like eslint-plugin-graphql or eslint-plugin-markdown because it globally disables all rules for entire files based on a single comment, making it simple but broad.
npm install eslint-plugin-ignore-generatedNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic setup to suppress all ESLint warnings in files containing @generated.
Ensure @generated is only used in truly auto-generated files.
Use eslint-disable directives for selective suppression instead.
Consider using ESLint's built-in ignore patterns or other actively maintained plugins.
Run npm install eslint-plugin-ignore-generated --save-dev and ensure the plugin name is correct (e.g., 'ignore-generated' not 'eslint-plugin-ignore-generated').
Install the plugin locally: npm install eslint-plugin-ignore-generated --save-dev
No dependency data recorded yet.