Skip to content

Commit

Permalink
deps: install eslint-plugin-vuejs-accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugeeei committed Aug 10, 2024
1 parent ce3cf66 commit 0279909
Show file tree
Hide file tree
Showing 3 changed files with 4,777 additions and 3,926 deletions.
5 changes: 4 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import pluginVueA11y from "eslint-plugin-vuejs-accessibility";
import withNuxt from "./.nuxt/eslint.config.mjs";

export default withNuxt({
ignores: ["_legacy/*"]
});
}).append(
...pluginVueA11y.configs["flat/recommended"]
);
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"@nuxt/eslint": "^0.5.0",
"nuxt": "^3.12.4",
"vue": "latest"
},
"devDependencies": {
"eslint-plugin-vuejs-accessibility": "^2.4.1"
}
}
Loading

0 comments on commit 0279909

Please sign in to comment.