Skip to content

Commit

Permalink
Update dependencies to angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel committed Jul 10, 2024
1 parent 4867fad commit 17a5262
Show file tree
Hide file tree
Showing 4 changed files with 4,059 additions and 3,513 deletions.
5 changes: 4 additions & 1 deletion client/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ module.exports = {
'@typescript-eslint/ban-ts-comment': ['warn'],
'@typescript-eslint/no-explicit-any': ['off'],
'@typescript-eslint/no-non-null-assertion': ['off'],
'no-console': ['off', { allow: ['warn', 'error', 'info', 'debug'] }]
'no-console': ['off', { allow: ['warn', 'error', 'info', 'debug'] }],

// Currently used by view models
'@typescript-eslint/no-unsafe-declaration-merging': ['off']
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "client:build:production"
"buildTarget": "client:build:production"
},
"development": {
"browserTarget": "client:build:development"
"buildTarget": "client:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "client:build"
"buildTarget": "client:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 17a5262

Please sign in to comment.