Enabled @typescript-eslint/ban-ts-comment eslint rule

This commit is contained in:
Alejandro Celaya
2021-02-28 13:10:23 +01:00
parent 3f616d5482
commit 3d2228441a
5 changed files with 9 additions and 8 deletions

View File

@@ -15,7 +15,6 @@
"setImmediate": true
},
"rules": {
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/unbound-method": "off",
"@typescript-eslint/no-unsafe-member-access": "off",