feat: update to Angular 10 (#5747)

This commit is contained in:
Sergey Andrievskiy 2020-08-19 18:31:26 +03:00 committed by GitHub
parent c2ce881c41
commit ec3282cac5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 5914 additions and 4864 deletions

View file

@ -3,6 +3,9 @@
"node_modules/codelyzer"
],
"rules": {
"deprecation": {
"severity": "warning"
},
"trailing-comma": [
true,
{
@ -57,7 +60,6 @@
"no-switch-case-fall-through": true,
"no-trailing-whitespace": true,
"no-unnecessary-initializer": true,
"no-use-before-declare": true,
"no-var-keyword": true,
"object-literal-sort-keys": false,
"one-line": [
@ -130,7 +132,6 @@
"use-lifecycle-interface": true,
"use-pipe-transform-interface": true,
"component-class-suffix": true,
"directive-class-suffix": true,
"no-unused-variable": true
}
"directive-class-suffix": true
}
}