Skip to content

Commit

Permalink
Remove unnecessary no-restricted-syntax rule (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
papb committed Mar 7, 2021
1 parent ce11c9f commit 23a5718
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,6 @@ module.exports = {
],
'no-negated-condition': 'error',
'no-new-object': 'error',
'no-restricted-syntax': [
'error',
'WithStatement'
],
'no-whitespace-before-property': 'error',
'no-trailing-spaces': 'error',
'no-unneeded-ternary': 'error',
Expand Down

0 comments on commit 23a5718

Please sign in to comment.