Skip to content

Commit 52ffc9d

Browse files
committed
Attempted update to angular v13
1 parent a8bf9e2 commit 52ffc9d

File tree

8 files changed

+1187
-3700
lines changed

8 files changed

+1187
-3700
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ speed-measure-plugin*.json
3535
.history/*
3636

3737
# misc
38+
/.angular/cache
3839
/.sass-cache
3940
/connect.lock
4041
/coverage

angular.json

-14
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@
3333
"tsConfig": "projects/iqui-ngx/tsconfig.spec.json",
3434
"karmaConfig": "projects/iqui-ngx/karma.conf.js"
3535
}
36-
},
37-
"lint": {
38-
"builder": "@angular-devkit/build-angular:tslint",
39-
"options": {
40-
"tsConfig": ["projects/iqui-ngx/tsconfig.lib.json", "projects/iqui-ngx/tsconfig.spec.json"],
41-
"exclude": ["**/node_modules/**"]
42-
}
4336
}
4437
}
4538
},
@@ -132,13 +125,6 @@
132125
"scripts": []
133126
}
134127
},
135-
"lint": {
136-
"builder": "@angular-devkit/build-angular:tslint",
137-
"options": {
138-
"tsConfig": ["projects/showcase/tsconfig.app.json", "projects/showcase/tsconfig.spec.json", "projects/showcase/e2e/tsconfig.json"],
139-
"exclude": ["**/node_modules/**"]
140-
}
141-
},
142128
"e2e": {
143129
"builder": "@angular-devkit/build-angular:protractor",
144130
"options": {

0 commit comments

Comments
 (0)