update eslint

This commit is contained in:
Dan Percic 2022-07-12 23:01:18 +03:00
parent 7aff7aebcf
commit 85110b57fb

View File

@ -7,9 +7,6 @@
"overrides": [
{
"files": ["**/*.ts"],
"parserOptions": {
"project": "tsconfig.base.json"
},
"rules": {
"@angular-eslint/directive-selector": [
"error",
@ -62,8 +59,6 @@
"no-dupe-class-members": "off",
"no-redeclare": "off",
"consistent-return": "off",
"import/no-unresolved": "off",
"import/named": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/lines-between-class-members": "off"
}