Skip to content

Commit 136fc2a

Browse files
committed
chore: update @angular/cli@13
Closes #23
1 parent 411900e commit 136fc2a

File tree

6 files changed

+10400
-18091
lines changed

6 files changed

+10400
-18091
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ speed-measure-plugin*.json
3232
.history/*
3333

3434
# misc
35+
/.angular/cache
3536
/.sass-cache
3637
/connect.lock
3738
/coverage

Diff for: angular.json

-11
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,6 @@
9191
"scripts": []
9292
}
9393
},
94-
"lint": {
95-
"builder": "@angular-devkit/build-angular:tslint",
96-
"options": {
97-
"tsConfig": [
98-
"tsconfig.app.json",
99-
"tsconfig.spec.json",
100-
"e2e/tsconfig.json"
101-
],
102-
"exclude": ["**/node_modules/**"]
103-
}
104-
},
10594
"e2e": {
10695
"builder": "@angular-devkit/build-angular:protractor",
10796
"options": {

0 commit comments

Comments
 (0)