Skip to content

Commit d9ebc1e

Browse files
committed
Fix linting
1 parent bfc653c commit d9ebc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export default [
259259
filenames: fixupPluginRules(fixupOldPluginRules(filenames)),
260260
fp: fixupPluginRules(fixupOldPluginRules(fp)),
261261
markdown,
262-
'prefer-arrow-functions': preferArrowFunctions,
262+
'prefer-arrow-functions': preferArrowFunctions.default,
263263
unicorn,
264264
n,
265265
promise,

0 commit comments

Comments
 (0)