Skip to content

Commit 79f20bd

Browse files
committed
@angular/cli migration - update-angular-config-v13
Remove deprecated options from 'angular.json' that are no longer present in v13.
1 parent af275bd commit 79f20bd

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

angular.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -114,20 +114,6 @@
114114
"scripts": []
115115
}
116116
},
117-
"lint": {
118-
"builder": "@angular-devkit/build-angular:tslint",
119-
"options": {
120-
"tsConfig": [
121-
"tsconfig.app.json",
122-
"tsconfig.spec.json",
123-
"e2e/tsconfig.json",
124-
"tsconfig.server.json"
125-
],
126-
"exclude": [
127-
"**/node_modules/**"
128-
]
129-
}
130-
},
131117
"e2e": {
132118
"builder": "@angular-devkit/build-angular:protractor",
133119
"options": {

0 commit comments

Comments
 (0)