eslint-plugin-prefer-arrow-functions
eslint-plugin-prefer-arrow-functions copied to clipboard
ESLint 9
Description (What)
Bare minimum changes to have ESLint 9 support. Ideally tests should be updated to test flat config and a lot of types should be added, but this is the minimum changes to support ESLint 9.
Justification (Why)
To give support to folks upgrading to ESLint 9.
How Can This Be Tested?
yarnto install the new dependencies.yarn testto run the tests.