Skip to content

Commit

Permalink
Update linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 5, 2025
1 parent 889b5d6 commit 767d96e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,10 @@ export default [

// Functions
'func-style': 2,
'prefer-arrow-functions/prefer-arrow-functions': 2,
'prefer-arrow-functions/prefer-arrow-functions': [
2,
{ allowObjectProperties: true },
],
'no-func-assign': 2,
'func-names': [2, 'as-needed'],
'func-name-matching': [2, { considerPropertyDescriptor: true }],
Expand Down

0 comments on commit 767d96e

Please sign in to comment.