[AAE-7245] fix Insights eslint warnings (#7489)

This commit is contained in:
Denys Vuika
2022-02-08 11:19:52 +00:00
committed by GitHub
parent f9be037c4f
commit 8a03e7a2e7
71 changed files with 707 additions and 712 deletions

View File

@@ -20,18 +20,8 @@
"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",
"no-underscore-dangle": ["error", { "allowAfterThis": true }],
"@angular-eslint/no-output-native": "off",
"@angular-eslint/component-selector": [
"error",