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.
1 parent eb633bf commit b360d1cCopy full SHA for b360d1c
index.js
@@ -30,6 +30,9 @@ module.exports = {
30
// https://github.com/typescript-eslint/typescript-eslint/blob/v4.0.1/packages/eslint-plugin/docs/rules/method-signature-style.md
31
'@typescript-eslint/method-signature-style': 'error',
32
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
+
36
},
37
overrides: [
38
{
0 commit comments