Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Campos <[email protected]>
  • Loading branch information
dreymoreau and madcampos committed Jul 22, 2024
2 parents a639500 + 0810fce commit 112685b
Show file tree
Hide file tree
Showing 21 changed files with 6,418 additions and 7,747 deletions.
15 changes: 14 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

{
"root": true,
"parser": "@typescript-eslint/parser",
Expand Down Expand Up @@ -517,7 +518,19 @@
"astro/jsx-a11y/aria-unsupported-elements": "error",
"astro/jsx-a11y/autocomplete-valid": "error",
"astro/jsx-a11y/click-events-have-key-events": "warn",
"astro/jsx-a11y/control-has-associated-label": ["error", { "ignoreElements": ["audio", "canvas", "embed", "tr", "video", "a"] }],
"astro/jsx-a11y/control-has-associated-label": [
"warn",
{
"ignoreElements": [
"audio",
"canvas",
"embed",
"tr",
"video",
"a"
]
}
],
"astro/jsx-a11y/heading-has-content": "error",
"astro/jsx-a11y/html-has-lang": "error",
"astro/jsx-a11y/iframe-has-title": "error",
Expand Down
Loading

0 comments on commit 112685b

Please sign in to comment.