Skip to content

Commit 210a647

Browse files
committed
build(deps): upgrade to angular 13
BREAKING CHANGE: components now require angular 13
1 parent 3670b1f commit 210a647

16 files changed

+19253
-26990
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.angular/cache
12
node_modules
23
dist
34
coverage

angular.json

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,11 @@
4242
}
4343
},
4444
"lint": {
45-
"builder": "@angular-devkit/build-angular:tslint",
45+
"builder": "@angular-eslint/builder:lint",
4646
"options": {
47-
"tsConfig": [
48-
"projects/kvm/tsconfig.lib.json",
49-
"projects/kvm/tsconfig.spec.json"
50-
],
51-
"exclude": [
52-
"**/node_modules/**"
47+
"lintFilePatterns": [
48+
"**/*.ts",
49+
"**/*.html"
5350
]
5451
}
5552
}
@@ -83,14 +80,11 @@
8380
}
8481
},
8582
"lint": {
86-
"builder": "@angular-devkit/build-angular:tslint",
83+
"builder": "@angular-eslint/builder:lint",
8784
"options": {
88-
"tsConfig": [
89-
"projects/sol/tsconfig.lib.json",
90-
"projects/sol/tsconfig.spec.json"
91-
],
92-
"exclude": [
93-
"**/node_modules/**"
85+
"lintFilePatterns": [
86+
"**/*.ts",
87+
"**/*.html"
9488
]
9589
}
9690
}

0 commit comments

Comments
 (0)