Skip to content

Commit

Permalink
Support TypeScript function overload
Browse files Browse the repository at this point in the history
  • Loading branch information
huan authored Mar 15, 2022
1 parent 04f2bca commit 8da26a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eslint-rules.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const ESLINT_RULES = {
'no-console': ['error', { allow: ['info', 'warn', 'error'] }],
'no-dupe-class-members': 'off',
'no-multi-spaces': 'off',
'no-redeclare': 'off',
'no-unused-vars': 'off',
'no-useless-constructor': 'off',
'no-void': ['error', { allowAsStatement: true }],
Expand Down

0 comments on commit 8da26a6

Please sign in to comment.