Skip to content

Commit

Permalink
feat: add eslint-plugin-lit-a11y #2
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrich authored and blackfalcon committed Jun 7, 2021
1 parent 28efb0d commit 1ecf9cc
Show file tree
Hide file tree
Showing 3 changed files with 663 additions and 73 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ module.exports = {
},
"extends": [
"eslint:recommended",
"plugin:lit/recommended"
"plugin:lit/recommended",
"plugin:lit-a11y/recommended"
],
"globals": {
"Atomics": "readonly",
Expand All @@ -15,7 +16,7 @@ module.exports = {
"ecmaVersion": 2018,
"sourceType": "module"
},
"plugins": ["lit"],
"plugins": ["lit", "lit-a11y"],
"rules": {
"accessor-pairs": "error",
"array-bracket-newline": "error",
Expand Down
Loading

0 comments on commit 1ecf9cc

Please sign in to comment.