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'],
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ const defaultcomponentName = 'VisuallyHidden'
|
|||
const schema = generateObjSchema({
|
||||
className: {type: 'string'},
|
||||
componentName: {type: 'string'},
|
||||
htmlPropName: {type: 'string'},
|
||||
})
|
||||
|
||||
/** Note: we are not including input elements at this time
|
||||
|
|
|
|||
2
node_modules/eslint-plugin-github/package.json
generated
vendored
2
node_modules/eslint-plugin-github/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-plugin-github",
|
||||
"version": "4.9.2",
|
||||
"version": "4.10.0",
|
||||
"description": "An opinionated collection of ESLint shared configs and rules used by GitHub.",
|
||||
"main": "lib/index.js",
|
||||
"entries": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue