Update checked-in dependencies
This commit is contained in:
parent
ca3043e8ef
commit
9ee83fa7ef
183 changed files with 2391 additions and 1212 deletions
8
node_modules/eslint-plugin-github/lib/configs/react.js
generated
vendored
8
node_modules/eslint-plugin-github/lib/configs/react.js
generated
vendored
|
|
@ -42,5 +42,13 @@ module.exports = {
|
|||
fieldset: ['radiogroup', 'presentation'],
|
||||
},
|
||||
],
|
||||
'jsx-a11y/no-redundant-roles': [
|
||||
'error',
|
||||
{
|
||||
nav: ['navigation'], // default in eslint-plugin-jsx-a11y
|
||||
tbody: ['rowgroup'],
|
||||
thead: ['rowgroup'],
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue