Skip to content

Commit

Permalink
Enable eslint-plugin-jsx-a11y rules
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Nov 7, 2016
1 parent 9aa14d7 commit dc82480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ module.exports = {
'airbnb',
'wyze/base',
'wyze/rules/react',
'wyze/rules/jsx-a11y',
],
}
1 change: 1 addition & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ test('extends files', t => {
'airbnb',
'wyze/base',
'wyze/rules/react',
'wyze/rules/jsx-a11y',
]

t.deepEqual(main.extends, expected)
Expand Down

0 comments on commit dc82480

Please sign in to comment.