Skip to content

Commit 31e2baf

Browse files
committed
upgrade to angular 13
1 parent b3eb5a8 commit 31e2baf

6 files changed

Lines changed: 1506 additions & 3693 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
!.vscode/extensions.json
2727

2828
# misc
29+
/.angular/cache
2930
/.sass-cache
3031
/connect.lock
3132
/coverage

angular.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -126,18 +126,6 @@
126126
"src/favicon.ico"
127127
]
128128
}
129-
},
130-
"lint": {
131-
"builder": "@angular-devkit/build-angular:tslint",
132-
"options": {
133-
"tsConfig": [
134-
"src/tsconfig.app.json",
135-
"src/tsconfig.spec.json"
136-
],
137-
"exclude": [
138-
"**/node_modules/**"
139-
]
140-
}
141129
}
142130
}
143131
},
@@ -152,17 +140,6 @@
152140
"protractorConfig": "./protractor.conf.js",
153141
"devServerTarget": "text-compare-angular:serve"
154142
}
155-
},
156-
"lint": {
157-
"builder": "@angular-devkit/build-angular:tslint",
158-
"options": {
159-
"tsConfig": [
160-
"e2e/tsconfig.e2e.json"
161-
],
162-
"exclude": [
163-
"**/node_modules/**"
164-
]
165-
}
166143
}
167144
}
168145
}

0 commit comments

Comments
 (0)