Skip to content

Commit 40f7429

Browse files
committedApr 15, 2024·
chore: sync with branch v5.0
2 parents e2b99d7 + 36a696e commit 40f7429

File tree

175 files changed

+2454
-1411
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+2454
-1411
lines changed
 

‎.eslintrc.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@
4545
],
4646
"rules": {
4747
"@angular-eslint/template/elements-content": "off",
48-
"@angular-eslint/template/alt-text": "off"
48+
"@angular-eslint/template/alt-text": "off",
49+
"@angular-eslint/template/interactive-supports-focus": "warn",
50+
"@angular-eslint/template/click-events-have-key-events": "warn",
51+
"@angular-eslint/template/label-has-associated-control": "warn"
4952
}
5053
}
5154
]

‎.github/workflows/project-chartjs-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- main
7-
- v4.*
7+
- v5.*
88
pull_request:
99
branches:
1010
- main
11-
- v4.*
11+
- v5.*
1212
jobs:
1313
build:
1414

0 commit comments

Comments
 (0)
Please sign in to comment.