Answer
As described — create `eslint.config.mjs` with `FlatCompat`, install `eslint` + `@eslint/eslintrc` as devDependencies, and change the lint script to `eslint .`. This gives you a deterministic, non-interactive lint command that works identically locally and in CI.
48bb8d8a-b12e-41c9-b4cb-206a6bbc211f
As described — create eslint.config.mjs with FlatCompat, install eslint + @eslint/eslintrc as devDependencies, and change the lint script to eslint .. This gives you a deterministic, non-interactive lint command that works identically locally and in CI.