You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prefer-arrow-functions rule from eslint-plugin-prefer-arrow is nice but is not aware of Mocha's preference for non-arrow functions. It would be nice if there was a Mocha-aware equivalent, similar to the mocha/prefer-arrow-callback rule.
The
prefer-arrow-functions
rule fromeslint-plugin-prefer-arrow
is nice but is not aware of Mocha's preference for non-arrow functions. It would be nice if there was a Mocha-aware equivalent, similar to themocha/prefer-arrow-callback
rule.I opened an issue against the
prefer-arrow
plugin as well: TristonJ/eslint-plugin-prefer-arrow#25The text was updated successfully, but these errors were encountered: