Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Chatie/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Apr 3, 2022
2 parents 016e6d6 + 8da26a6 commit 3f62fc0
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 @@ -13,6 +13,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 3f62fc0

Please sign in to comment.