eslint / rewrite

Monorepo for the new version of ESLint
Apache License 2.0
65 stars 4 forks source link

fix: Use types from @types/eslint #28

Closed nzakas closed 1 month ago

nzakas commented 1 month ago

In order to better work with existing types, switching to use @types/eslint type definitions for the @eslint/compat package.

fixes #25