Skip to content

Commit 819862d

Browse files
committed
Add @typescript-eslint/no-array-delete rule
1 parent 9533972 commit 819862d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ module.exports = {
378378
'@typescript-eslint/no-base-to-string': 'error',
379379
'no-array-constructor': 'off',
380380
'@typescript-eslint/no-array-constructor': 'error',
381+
'@typescript-eslint/no-array-delete': 'error',
381382
'no-dupe-class-members': 'off',
382383
'@typescript-eslint/no-dupe-class-members': 'error',
383384
'@typescript-eslint/no-confusing-void-expression': 'error',

0 commit comments

Comments
 (0)