Skip to content

Commit bfc653c

Browse files
committed
Fix linting
1 parent 8794666 commit bfc653c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

eslint.config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -622,9 +622,7 @@ export default [
622622
'func-style': 2,
623623
'prefer-arrow-functions/prefer-arrow-functions': [
624624
2,
625-
// TODO: uncomment after upgrading eslint-plugin-prefer-arrow-functions
626-
// See https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/51
627-
// { allowObjectProperties: true },
625+
{ allowObjectProperties: true },
628626
],
629627
'no-func-assign': 2,
630628
'func-names': [2, 'as-needed'],

0 commit comments

Comments
 (0)