Skip to content

Commit e1b6ee0

Browse files
committed
release 21.0.0
1 parent 3120747 commit e1b6ee0

22 files changed

+5192
-6606
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ trim_trailing_whitespace = true
1010

1111
[*.ts]
1212
quote_type = single
13+
ij_typescript_use_double_quotes = false
1314

1415
[*.md]
1516
max_line_length = off

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"tsconfig.spec.json"
1515
]
1616
},
17+
"plugins": [
18+
"@typescript-eslint"
19+
],
1720
"extends": [
1821
"plugin:@angular-eslint/recommended",
1922
"plugin:@angular-eslint/template/process-inline-templates"

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [20.x]
12+
node-version: [22.x]
1313

1414
steps:
1515
- uses: actions/checkout@v1

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"budgets": [
4040
{
4141
"type": "anyComponentStyle",
42-
"maximumWarning": "6kb"
42+
"maximumWarning": "4kb",
43+
"maximumError": "8kb"
4344
}
4445
],
4546
"outputHashing": "all"

0 commit comments

Comments
 (0)