If you're setting up ESLint 9 with the new flat config system or migrating from the old .eslintrc files, this gets you there with neostandard as your baseline ruleset. It covers the full setup workflow, from installing eslint@9 and neostandard to creating eslint.config.js, plus migration paths from both the legacy standard package and old ESLint configs. The guidance is practical: includes CI integration, pre-commit hooks, and editor setup. The core advice is solid too, pin your versions, keep configs minimal, auto-fix locally but validate without fixes in CI. It's essentially a comprehensive playbook for adopting modern ESLint tooling without the usual migration headaches.
npx skills add https://github.com/mcollina/skills --skill linting-neostandard-eslint9