Disabled false positive eslint rule

This commit is contained in:
Alejandro Celaya
2022-03-25 17:40:18 +01:00
parent ea95e8e7b5
commit 13bafdc924
3 changed files with 3189 additions and 99 deletions

View File

@@ -17,6 +17,7 @@
"ignorePatterns": ["src/service*.ts"],
"rules": {
"complexity": "off",
"import/named": "off",
"@typescript-eslint/no-unnecessary-type-assertion": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/no-unsafe-call": "off"