Skip to content

Commit

Permalink
Merge pull request #174 from marc92w/feature/angular-17
Browse files Browse the repository at this point in the history
Update to Angular 17
  • Loading branch information
YukiInu authored Mar 8, 2024
2 parents b639b6d + fbda7da commit 7b68dbd
Show file tree
Hide file tree
Showing 33 changed files with 5,900 additions and 4,163 deletions.
6 changes: 4 additions & 2 deletions src/main/webapp/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"createDefaultProgram": true
},
"extends": [
"plugin:@angular-eslint/ng-cli-compat",
"plugin:@angular-eslint/ng-cli-compat--formatting-add-on",
"plugin:@angular-eslint/template/process-inline-templates"
],
"rules": {
Expand Down Expand Up @@ -91,5 +89,9 @@
],
"rules": {}
}
],
"plugins": [
"@angular-eslint",
"@typescript-eslint"
]
}
6 changes: 3 additions & 3 deletions src/main/webapp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "cloudconductor-frontend:build"
"buildTarget": "cloudconductor-frontend:build"
},
"configurations": {
"production": {
"browserTarget": "cloudconductor-frontend:build:production"
"buildTarget": "cloudconductor-frontend:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "cloudconductor-frontend:build"
"buildTarget": "cloudconductor-frontend:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 7b68dbd

Please sign in to comment.