We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8794666 commit bfc653cCopy full SHA for bfc653c
eslint.config.js
@@ -622,9 +622,7 @@ export default [
622
'func-style': 2,
623
'prefer-arrow-functions/prefer-arrow-functions': [
624
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 },
+ { allowObjectProperties: true },
628
],
629
'no-func-assign': 2,
630
'func-names': [2, 'as-needed'],
0 commit comments