Skip to content

Commit

Permalink
chore(angular): config changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Celtian committed Nov 29, 2024
1 parent d35b439 commit 3fb25d1
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions angular.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"cli": {
"packageManager": "yarn"
},
"newProjectRoot": "projects",
"projects": {
"ngx-repeat": {
Expand Down Expand Up @@ -91,13 +94,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
"maximumWarning": "500kB",
"maximumError": "1MB"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb",
"maximumError": "10kb"
"maximumWarning": "2kB",
"maximumError": "4kB"
}
]
}
Expand Down Expand Up @@ -141,19 +144,5 @@
}
}
}
},
"cli": {
"analytics": false,
"schematicCollections": [
"@angular-eslint/schematics"
]
},
"schematics": {
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}

0 comments on commit 3fb25d1

Please sign in to comment.