sindresorhus / grunt-eslint

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

Upgrade to ESLint 9, flatconfig and Node.js 18 (#173) #175

Closed prantlf closed 6 months ago

prantlf commented 6 months ago

Upgrade the eslint dependency. Change the documentation and tests to use the new configuration format. Also, upgrade Node.js in the build pipeline.

When ESLint v10.0.0 is released (end of 2024 or early 2025 in all likelihood), the eslintrc configuration system will be completely removed.

https://eslint.org/blog/2023/10/flat-config-rollout-plans/#eslintrc-removed-in-eslint-v10.0.0

Fixes #173