Skip to content

Commit

Permalink
Upgrade to Angular 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav2070 committed Feb 2, 2024
1 parent e1de7f1 commit 1007cec
Show file tree
Hide file tree
Showing 6 changed files with 3,509 additions and 6,948 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
!.vscode/extensions.json

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
21 changes: 0 additions & 21 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,6 @@
"src/manifest.webmanifest"
]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
Expand All @@ -135,15 +123,6 @@
"devServerTarget": "calendo:serve:production"
}
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": [
"**/node_modules/**"
]
}
}
}
}
Expand Down
Loading

0 comments on commit 1007cec

Please sign in to comment.