Skip to content

Commit b360d1c

Browse files
committed
Add no-dynamic-delete
Closes #6
1 parent eb633bf commit b360d1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ module.exports = {
3030
// https://github.com/typescript-eslint/typescript-eslint/blob/v4.0.1/packages/eslint-plugin/docs/rules/method-signature-style.md
3131
'@typescript-eslint/method-signature-style': 'error',
3232

33+
// https://github.com/typescript-eslint/typescript-eslint/blob/v4.0.1/packages/eslint-plugin/docs/rules/no-dynamic-delete.md
34+
'@typescript-eslint/no-dynamic-delete': 'error',
35+
3336
},
3437
overrides: [
3538
{

0 commit comments

Comments
 (0)