Skip to content

Commit

Permalink
build: fix svelte-check warnings for ally
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Jan 9, 2024
1 parent 7e0b961 commit 0db5b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "jest src",
"test:watch": "pnpm run test -- --watch",
"lint": "eslint .",
"svelte-check": "svelte-check"
"svelte-check": "svelte-check --fail-on-warnings --compiler-warnings \"a11y-no-noninteractive-element-interactions:ignore,a11y-no-static-element-interactions:ignore\""
},
"devDependencies": {
"@babel/core": "^7.22.5",
Expand Down

0 comments on commit 0db5b50

Please sign in to comment.