eslint-types / eslint-define-config

Provide a defineConfig function for .eslintrc.js files
MIT License
361 stars 26 forks source link

fix: languageOptions.parser should be an object #220

Closed NotEvenANeko closed 1 year ago

NotEvenANeko commented 1 year ago

languageOptions.parser must be an object since 8.37.0

https://github.com/eslint/eslint/pull/16985

close #215

Shinigami92 commented 1 year ago

I think I will do the release tomorrow