[AAE-7246] fix eslint warnings for Testing project (#7490)

* fix eslint warnings for Testing project

* fix lint issue
This commit is contained in:
Denys Vuika
2022-02-08 13:34:56 +00:00
committed by GitHub
parent 670d2befdc
commit 765badc721
38 changed files with 237 additions and 285 deletions
-13
View File
@@ -20,19 +20,6 @@
"eslint-plugin-rxjs"
],
"rules": {
"jsdoc/newline-after-description": "warn",
"@typescript-eslint/naming-convention": "warn",
"@typescript-eslint/consistent-type-assertions": "warn",
"@typescript-eslint/prefer-for-of": "warn",
"no-underscore-dangle": "warn",
"no-shadow": "warn",
"quote-props": "warn",
"object-shorthand": "warn",
"prefer-const": "warn",
"arrow-body-style": "warn",
"@angular-eslint/no-output-native": "warn",
"space-before-function-paren": "warn",
"@angular-eslint/component-selector": [
"error",
{