Configures ESLint v9 flat config and neostandard for JavaScript and TypeScript projects, including migrating from legacy `.eslintrc*` files or the `standard` package. Use when you need to set up or fix linting with `eslint.config.js` or `eslint.config.mjs`, troubleshoot lint errors, configure neostandard rules, migrate from `.eslintrc` to flat config, or integrate linting into CI pipelines and pre-commit hooks.
96
96%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Use this checklist to migrate with low risk.
npm install --save-dev eslint@^9eslint.config.js or eslint.config.mjsextends, plugins, and overrides into flat-config entries.eslintrc* and deprecated ignore files once parity is verifiedeslint .