Open lishaduck opened 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.
@eslint/compat
eslint-config-flat-gitignore
includeIgnoreFile
Could also let us restore CJS compat, though I don't see the point to doing that, especially with require(esm) and module-sync.
require(esm)
module-sync
We already depend on
@eslint/compat
, so, unless there's major behavioral differences, we might as well drop the redundanteslint-config-flat-gitignore
in favor ofincludeIgnoreFile
.