We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@typescript-eslint/no-array-delete
1 parent 9533972 commit 819862dCopy full SHA for 819862d
index.js
@@ -378,6 +378,7 @@ module.exports = {
378
'@typescript-eslint/no-base-to-string': 'error',
379
'no-array-constructor': 'off',
380
'@typescript-eslint/no-array-constructor': 'error',
381
+ '@typescript-eslint/no-array-delete': 'error',
382
'no-dupe-class-members': 'off',
383
'@typescript-eslint/no-dupe-class-members': 'error',
384
'@typescript-eslint/no-confusing-void-expression': 'error',
0 commit comments