We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
plugin:jsx-a11y/{recommended,strict}
1 parent 93265cb commit 0f6a8afCopy full SHA for 0f6a8af
src/index.js
@@ -39,6 +39,9 @@ module.exports = {
39
},
40
configs: {
41
recommended: {
42
+ plugins: [
43
+ 'jsx-a11y',
44
+ ],
45
parserOptions: {
46
ecmaFeatures: {
47
jsx: true,
@@ -160,6 +163,9 @@ module.exports = {
160
163
161
164
162
165
strict: {
166
167
168
169
170
171
0 commit comments