Skip to content

Commit

Permalink
fix: insert to all rules
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangciwu committed Jun 5, 2020
1 parent 00042bf commit 636a4c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/configs/all.ts
Expand Up @@ -37,6 +37,7 @@ export = {
'no-array-constructor': 'off',
'@typescript-eslint/no-array-constructor': 'error',
'@typescript-eslint/no-base-to-string': 'error',
'@typescript-eslint/no-confusing-non-null-assertion': 'error',
'no-dupe-class-members': 'off',
'@typescript-eslint/no-dupe-class-members': 'error',
'@typescript-eslint/no-dynamic-delete': 'error',
Expand Down

0 comments on commit 636a4c4

Please sign in to comment.