diff --git a/.axe-linter.yml b/.axe-linter.yml new file mode 100644 index 0000000..62130ae --- /dev/null +++ b/.axe-linter.yml @@ -0,0 +1,14 @@ +# Deque axe Linter config — silences false positives the static +# HTML scanner emits against Angular 17+ control-flow blocks +# (`@for`, `@if`, `@switch`) used inline in templates. +# +# The `list` rule (WCAG 1.3.1) flags `@for (item of …) {
  • … }` +# constructs as if the `@for` text were a non-
  • child of