Skip to content

Commit 2c138ad

Browse files
committed
Fix linting
1 parent 0b84878 commit 2c138ad

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.default,
262+
'prefer-arrow-functions': preferArrowFunctions,
263263
unicorn,
264264
n,
265265
promise,

0 commit comments

Comments
 (0)