Skip to content

Commit 193bdc6

Browse files
committed
angular v13 upgrade
1 parent edc8159 commit 193bdc6

File tree

10 files changed

+2402
-3646
lines changed

10 files changed

+2402
-3646
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
!.vscode/extensions.json
2626

2727
# misc
28+
/.angular/cache
2829
/.sass-cache
2930
/connect.lock
3031
/coverage

angular.json

-24
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@
8181
"scripts": [],
8282
"assets": ["src/favicon.ico", "src/assets"]
8383
}
84-
},
85-
"lint": {
86-
"builder": "@angular-devkit/build-angular:tslint",
87-
"options": {
88-
"tsConfig": ["src/tsconfig.app.json", "src/tsconfig.spec.json"],
89-
"exclude": ["**/node_modules/**"]
90-
}
9184
}
9285
}
9386
},
@@ -101,13 +94,6 @@
10194
"protractorConfig": "e2e/protractor.conf.js",
10295
"devServerTarget": "demo-app:serve"
10396
}
104-
},
105-
"lint": {
106-
"builder": "@angular-devkit/build-angular:tslint",
107-
"options": {
108-
"tsConfig": "e2e/tsconfig.e2e.json",
109-
"exclude": ["**/node_modules/**"]
110-
}
11197
}
11298
}
11399
},
@@ -144,16 +130,6 @@
144130
"watch": false
145131
}
146132
}
147-
},
148-
"lint": {
149-
"builder": "@angular-devkit/build-angular:tslint",
150-
"options": {
151-
"tsConfig": [
152-
"projects/angular2-cookie-law-banner/tsconfig.lib.json",
153-
"projects/angular2-cookie-law-banner/tsconfig.spec.json"
154-
],
155-
"exclude": ["**/node_modules/**"]
156-
}
157133
}
158134
}
159135
}

0 commit comments

Comments
 (0)