Skip to content

Commit

Permalink
feat: update base config rules
Browse files Browse the repository at this point in the history
  • Loading branch information
developer239 committed Jun 5, 2024
1 parent 867715d commit 4e602ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ module.exports = {
'no-lone-blocks': 'error',
'no-loop-func': 'error',
'no-multi-spaces': 'error',
'no-new': 'error',
'no-new': 0,
'no-new-func': 'error',
'no-new-wrappers': 'error',
'no-octal': 'error',
Expand Down Expand Up @@ -126,7 +126,7 @@ module.exports = {
'no-useless-concat': 'error',
'no-useless-escape': 'error',
'no-useless-return': 'error',
'no-void': 'error',
'no-void': 1,
'no-with': 'error',
'prefer-named-capture-group': 'warn',
'prefer-promise-reject-errors': 'error',
Expand Down

0 comments on commit 4e602ac

Please sign in to comment.