reenabled @typescript-eslint/no-dynamic-delete

This commit is contained in:
Eugene Pankov
2021-01-02 20:31:26 +01:00
parent 3365b143d8
commit 15073cbc81
4 changed files with 19 additions and 20 deletions

View File

@@ -102,7 +102,6 @@ rules:
- allowConstantLoopConditions: true
'@typescript-eslint/no-untyped-public-signature': off # bugs out on constructors
'@typescript-eslint/restrict-template-expressions': off
'@typescript-eslint/no-dynamic-delete': off
'@typescript-eslint/prefer-readonly-parameter-types': off
'@typescript-eslint/no-unsafe-member-access': off
'@typescript-eslint/no-unsafe-call': off