Skip to content

Commit

Permalink
Fix plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 5, 2025
1 parent 767d96e commit c100112
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,9 @@ export default [
'func-style': 2,
'prefer-arrow-functions/prefer-arrow-functions': [
2,
{ allowObjectProperties: true },
// TODO: uncomment after upgrading eslint-plugin-prefer-arrow-functions
// See https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/51
// { allowObjectProperties: true },
],
'no-func-assign': 2,
'func-names': [2, 'as-needed'],
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-prefer-arrow-functions": "^3.6.0",
"eslint-plugin-prefer-arrow-functions": "3.4.2",
"eslint-plugin-promise": "^7.2.0",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.14.0",
Expand Down

0 comments on commit c100112

Please sign in to comment.