Update checked-in dependencies
This commit is contained in:
parent
7aafc67ccf
commit
3115e0f9c4
796 changed files with 18930 additions and 27 deletions
12
node_modules/eslint-plugin-github/lib/configs/react.js
generated
vendored
12
node_modules/eslint-plugin-github/lib/configs/react.js
generated
vendored
|
|
@ -30,5 +30,17 @@ module.exports = {
|
|||
canvas: ['img'],
|
||||
},
|
||||
],
|
||||
// Remove once https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/950 is shipped.
|
||||
'jsx-a11y/no-noninteractive-element-to-interactive-role': [
|
||||
'error',
|
||||
{
|
||||
ul: ['listbox', 'menu', 'menubar', 'radiogroup', 'tablist', 'tree', 'treegrid'],
|
||||
ol: ['listbox', 'menu', 'menubar', 'radiogroup', 'tablist', 'tree', 'treegrid'],
|
||||
li: ['menuitem', 'menuitemradio', 'menuitemcheckbox', 'option', 'row', 'tab', 'treeitem'],
|
||||
table: ['grid'],
|
||||
td: ['gridcell'],
|
||||
fieldset: ['radiogroup', 'presentation'],
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue