mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 13:10:06 +08:00
Update checked-in dependencies
This commit is contained in:
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'],
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
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": "5.0.0",
|
||||
"version": "5.0.1",
|
||||
"description": "An opinionated collection of ESLint shared configs and rules used by GitHub.",
|
||||
"main": "lib/index.js",
|
||||
"entries": [
|
||||
|
||||
Reference in New Issue
Block a user