chore: eslint - switch no-this-alias error to warn

Switch rule to warn for now - too many
complicated code that uses `self` alias for this
development
Anatoliy Mayorov 2022-11-20 13:59:21 +03:00
parent 97d3ea76d1
commit fa67c24df3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"no-dupe-else-if": "warn", "no-dupe-else-if": "warn",
"no-warning-comments": "warn", "no-warning-comments": "warn",
"import/no-absolute-path": "warn", "import/no-absolute-path": "warn",
"@typescript-eslint/no-this-alias": "warn",
"@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/ban-ts-comment": "off", "@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/ban-types": "off", "@typescript-eslint/ban-types": "off",