Skip to content

Commit

Permalink
vuejs accessibility eslint9
Browse files Browse the repository at this point in the history
  • Loading branch information
samturrell committed Apr 19, 2024
1 parent 31e24ef commit 07cac8d
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 141 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"devDependencies": {
"@hedgehoglab/eslint-config": "workspace:^",
"@hedgehoglab/stylelint-config": "workspace:^",
"@types/eslint": "^8.56.7",
"@types/eslint": "^8.56.10",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"sort-package-json": "^2.10.0",
"stylelint": "^16.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"eslint-plugin-vue": "^9.25.0",
"eslint-plugin-vuejs-accessibility": "^2.2.1"
"eslint-plugin-vuejs-accessibility": "^2.3.0"
},
"devDependencies": {
"tsup": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Linter } from 'eslint';
const config: Linter.FlatConfig = {
plugins: {
vue: pluginVue,
'vuejs-accessibility': pluginVueAccessibility,
'vuejs-accessibility': pluginVueAccessibility.configs["flat/recommended"][1].plugins['vuejs-accessibility'],
},
rules: {
'vue/attribute-hyphenation': [
Expand Down
Loading

0 comments on commit 07cac8d

Please sign in to comment.