Skip to content

Commit 6596435

Browse files
authored
Merge pull request #500 from ybiquitous/set-plugins-to-configs
More easier `plugin:jsx-a11y/{recommended,strict}` configs
2 parents 93265cb + 0f6a8af commit 6596435

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ module.exports = {
3939
},
4040
configs: {
4141
recommended: {
42+
plugins: [
43+
'jsx-a11y',
44+
],
4245
parserOptions: {
4346
ecmaFeatures: {
4447
jsx: true,
@@ -160,6 +163,9 @@ module.exports = {
160163
},
161164
},
162165
strict: {
166+
plugins: [
167+
'jsx-a11y',
168+
],
163169
parserOptions: {
164170
ecmaFeatures: {
165171
jsx: true,

0 commit comments

Comments
 (0)