AndreaPontrandolfo / sheriff

A comprehensive and opinionated Typescript-first ESLint configuration.
https://www.eslint-config-sheriff.dev
MIT License
111 stars 7 forks source link

Replace `eslint-config-flat-gitignore` with `@eslint/compat` #304

Open lishaduck opened 1 week ago

lishaduck commented 1 week ago

We already depend on @eslint/compat, so, unless there's major behavioral differences, we might as well drop the redundant eslint-config-flat-gitignore in favor of includeIgnoreFile.

lishaduck commented 1 week ago

Could also let us restore CJS compat, though I don't see the point to doing that, especially with require(esm) and module-sync.