sindresorhus / grunt-eslint

Validate files with ESLint
MIT License
200 stars 72 forks source link

support eslint 7? #168

Closed bonesoul closed 4 years ago

jdforrester commented 4 years ago

It does? As of #167 which shipped in 23.0.0.

bonesoul commented 4 years ago

es2021 was introduced in ESLint version 7.8.0.

can we update the requirement to 7.8.0?

bonesoul commented 3 years ago

if anyone hits the error;

Environment key "es2021" is unknown

you can use my fork until the PR gets merged:

"grunt-eslint": "git+https://github.com/bonesoul/grunt-eslint.git",