8000 style: add eslint-plugin-vuejs-accessibility · kirklin/boot-vue@1bc142d · GitHub
[go: up one dir, main page]

Skip to content

Commit 1bc142d

Browse files
committed
style: add eslint-plugin-vuejs-accessibility
1 parent 79b1e98 commit 1bc142d

File tree

4 files changed

+385
-989
lines changed

4 files changed

+385
-989
lines changed

eslint.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ import kirklin from "@kirklin/eslint-config";
33
export default kirklin({
44
unocss: true,
55
formatters: true,
6+
typescript: true,
67
pnpm: true,
8+
vue: {
9+
a11y: true,
10+
},
711
});

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"@vue/test-utils": "catalog:",
5656
"eslint": "catalog:",
5757
"eslint-plugin-format": "catalog:",
58+
"eslint-plugin-vuejs-accessibility": "catalog:",
5859
"husky": "catalog:",
5960
"jsdom": "catalog:",
6061
"lint-staged": "catalog:",

0 commit comments

Comments
 (0)
0