Skip to content

Commit 37fdcee

Browse files
committed
[Fix] remove unused rule options from configs
1 parent 8bb2590 commit 37fdcee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ const recommendedRules = {
8181
'tree',
8282
'treegrid',
8383
],
84-
includeRoles: ['alert', 'dialog'],
8584
},
8685
],
8786
'jsx-a11y/heading-has-content': 'error',
@@ -235,7 +234,6 @@ const strictRules = {
235234
'tree',
236235
'treegrid',
237236
],
238-
includeRoles: ['alert', 'dialog'],
239237
},
240238
],
241239
'jsx-a11y/heading-has-content': 'error',

0 commit comments

Comments
 (0)