Skip to content

Commit 23a5718

Browse files
authored
Remove unnecessary no-restricted-syntax rule (#69)
1 parent ce11c9f commit 23a5718

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.js

-4
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,6 @@ module.exports = {
369369
],
370370
'no-negated-condition': 'error',
371371
'no-new-object': 'error',
372-
'no-restricted-syntax': [
373-
'error',
374-
'WithStatement'
375-
],
376372
'no-whitespace-before-property': 'error',
377373
'no-trailing-spaces': 'error',
378374
'no-unneeded-ternary': 'error',

0 commit comments

Comments
 (0)