Skip to content

Commit

Permalink
Update Angular to v13 and FA to v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idzark committed Feb 25, 2022
1 parent c765a78 commit 30d027e
Show file tree
Hide file tree
Showing 25 changed files with 8,071 additions and 10,142 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ speed-measure-plugin*.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
25 changes: 0 additions & 25 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,6 @@
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
Expand Down Expand Up @@ -150,18 +137,6 @@
"options": {
"tsConfig": "projects/mdb-angular-ui-kit/tsconfig.spec.json"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/mdb-angular-ui-kit/tsconfig.lib.json",
"projects/mdb-angular-ui-kit/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
Expand Down
Loading

0 comments on commit 30d027e

Please sign in to comment.