Skip to content

Commit

Permalink
ci: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed May 11, 2024
1 parent 206e080 commit b51d22e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/shared/eslint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ exports.baseRules = {
enums: 'always-multiline',
functions: 'never',
}],
'no-empty-function': 'off',
'style/arrow-parens': ['error', 'always'],
'ts/no-redeclare': 'off',
'antfu/if-newline': 'off',
Expand Down

0 comments on commit b51d22e

Please sign in to comment.