Skip to content

Commit

Permalink
Eslint plugin vuejs accessibility (#147)
Browse files Browse the repository at this point in the history
* bump eslint

* bump package to v5

* add eslint-plugin-vuejs-accessibility

* remove eslint-plugin-vue-a11y

* convert to vuejs-accessibility recommended ruleset

* update peerDependencies

* public npm registry
  • Loading branch information
pohnemus authored Aug 30, 2020
1 parent b89ffa6 commit 91bc62b
Show file tree
Hide file tree
Showing 5 changed files with 792 additions and 1,749 deletions.
3 changes: 1 addition & 2 deletions .npmpackagejsonlintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "npm-package-json-lint-config-tc",
"rules": {
"prefer-no-version-zero-devDependencies": ["error", {"exceptions": ["eslint-plugin-vue-a11y"]}],
"valid-values-engines": "off"
"prefer-no-version-zero-devDependencies": ["error", {"exceptions": ["eslint-plugin-vuejs-accessibility"]}]
}
}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
parserOptions: {
parser: 'babel-eslint',
},
plugins: ['vue', 'vue-a11y'],
plugins: ['vue', 'vuejs-accessibility'],
env: {
es6: true,
},
Expand Down
Loading

0 comments on commit 91bc62b

Please sign in to comment.