JamieMason / eslint-plugin-prefer-arrow-functions

Auto-fix plain Functions into Arrow Functions, in all cases where conversion would result in the same behaviour
https://www.npmjs.com/package/eslint-plugin-prefer-arrow-functions
MIT License
43 stars 11 forks source link

ESLint 9 #34

Open loucyx opened 2 months ago

loucyx commented 2 months ago

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?