Skip to content

Commit 5d9611a

Browse files
chore: updated to Angular v13, tslint removed
1 parent 3705462 commit 5d9611a

File tree

7 files changed

+11198
-18616
lines changed

7 files changed

+11198
-18616
lines changed

.gitignore

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

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"optimization": true,
5252
"outputHashing": "all",
5353
"sourceMap": false,
54-
"extractCss": true,
5554
"namedChunks": false,
5655
"extractLicenses": true,
5756
"vendorChunk": false,
@@ -103,18 +102,6 @@
103102
"src/assets"
104103
]
105104
}
106-
},
107-
"lint": {
108-
"builder": "@angular-devkit/build-angular:tslint",
109-
"options": {
110-
"tsConfig": [
111-
"src/tsconfig.app.json",
112-
"src/tsconfig.spec.json"
113-
],
114-
"exclude": [
115-
"**/node_modules/**"
116-
]
117-
}
118105
}
119106
}
120107
},
@@ -134,15 +121,6 @@
134121
"devServerTarget": "angular-observables:serve:production"
135122
}
136123
}
137-
},
138-
"lint": {
139-
"builder": "@angular-devkit/build-angular:tslint",
140-
"options": {
141-
"tsConfig": "e2e/tsconfig.e2e.json",
142-
"exclude": [
143-
"**/node_modules/**"
144-
]
145-
}
146124
}
147125
}
148126
}

0 commit comments

Comments
 (0)