Skip to content

Commit

Permalink
fix(eslint-bod): updated deprecated rules (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi authored Jan 16, 2022
1 parent 063e622 commit 7f84d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-bod/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ module.exports = {
},
],
'no-multi-str': 'warn',
'no-native-reassign': 'warn',
'no-negated-in-lhs': 'warn',
'no-global-assign': 'warn',
'no-unsafe-negation': 'warn',
'no-new-func': 'warn',
'no-new-object': 'warn',
'no-new-symbol': 'warn',
Expand Down

0 comments on commit 7f84d64

Please sign in to comment.