softarc-consulting / sheriff

Lightweight Modularity for TypeScript Projects
https://softarc-consulting.github.io/sheriff/
MIT License
204 stars 15 forks source link

fix(eslint): remove parser from eslint plugin #116

Closed rainerhahnekamp closed 2 months ago

rainerhahnekamp commented 2 months ago

Fixes: #114

The parser is not necessary in a plugin, since users should use a valid ESLint config which already contains the parser.

Source: https://github.com/typescript-eslint/typescript-eslint/issues/9814#issuecomment-2294946153