Skip to content

Commit

Permalink
feat(angular): upgrade project to Angular 15
Browse files Browse the repository at this point in the history
Co-authored-by: Fanil Kashapov <[email protected]>
Co-authored-by: Fabio Huser <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2023
1 parent 6baa21a commit a0249d7
Show file tree
Hide file tree
Showing 10 changed files with 16,012 additions and 19,046 deletions.
27 changes: 22 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.scss"],
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.scss"
],
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
Expand Down Expand Up @@ -90,8 +95,13 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.scss"],
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.scss"
],
"scripts": []
}
},
Expand Down Expand Up @@ -156,5 +166,12 @@
}
}
},
"defaultProject": "ngx-datatable"
"schematics": {
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}
2 changes: 0 additions & 2 deletions eslint-config-angular-typescript-base.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"extends": [
"plugin:@angular-eslint/ng-cli-compat",
"plugin:@angular-eslint/ng-cli-compat--formatting-add-on",
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates"
],
Expand Down
Loading

0 comments on commit a0249d7

Please sign in to comment.