Skip to content

Commit c3d666d

Browse files
angular update
1 parent 41f0f14 commit c3d666d

File tree

6 files changed

+844
-3113
lines changed

6 files changed

+844
-3113
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
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

angular.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,6 @@
102102
"scripts": []
103103
}
104104
},
105-
"lint": {
106-
"builder": "@angular-devkit/build-angular:tslint",
107-
"options": {
108-
"tsConfig": [
109-
"tsconfig.app.json",
110-
"tsconfig.spec.json",
111-
"e2e/tsconfig.json"
112-
],
113-
"exclude": [
114-
"**/node_modules/**"
115-
]
116-
}
117-
},
118105
"e2e": {
119106
"builder": "@angular-devkit/build-angular:protractor",
120107
"options": {

0 commit comments

Comments
 (0)