Skip to content

Commit

Permalink
Add @typescript-eslint/no-array-delete rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 16, 2024
1 parent 9533972 commit 819862d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ module.exports = {
'@typescript-eslint/no-base-to-string': 'error',
'no-array-constructor': 'off',
'@typescript-eslint/no-array-constructor': 'error',
'@typescript-eslint/no-array-delete': 'error',
'no-dupe-class-members': 'off',
'@typescript-eslint/no-dupe-class-members': 'error',
'@typescript-eslint/no-confusing-void-expression': 'error',
Expand Down

0 comments on commit 819862d

Please sign in to comment.