Skip to content

Commit 30d027e

Browse files
committed
Update Angular to v13 and FA to v6.0.0
1 parent c765a78 commit 30d027e

25 files changed

+8071
-10142
lines changed

.gitignore

+1
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

-25
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,6 @@
100100
"scripts": []
101101
}
102102
},
103-
"lint": {
104-
"builder": "@angular-devkit/build-angular:tslint",
105-
"options": {
106-
"tsConfig": [
107-
"tsconfig.app.json",
108-
"tsconfig.spec.json",
109-
"e2e/tsconfig.json"
110-
],
111-
"exclude": [
112-
"**/node_modules/**"
113-
]
114-
}
115-
},
116103
"e2e": {
117104
"builder": "@angular-devkit/build-angular:protractor",
118105
"options": {
@@ -150,18 +137,6 @@
150137
"options": {
151138
"tsConfig": "projects/mdb-angular-ui-kit/tsconfig.spec.json"
152139
}
153-
},
154-
"lint": {
155-
"builder": "@angular-devkit/build-angular:tslint",
156-
"options": {
157-
"tsConfig": [
158-
"projects/mdb-angular-ui-kit/tsconfig.lib.json",
159-
"projects/mdb-angular-ui-kit/tsconfig.spec.json"
160-
],
161-
"exclude": [
162-
"**/node_modules/**"
163-
]
164-
}
165140
}
166141
}
167142
}

0 commit comments

Comments
 (0)