Update checked-in dependencies
This commit is contained in:
parent
8c70d43f73
commit
ccc5046d0b
17 changed files with 1088 additions and 958 deletions
4
node_modules/eslint-plugin-github/lib/configs/flat/recommended.js
generated
vendored
4
node_modules/eslint-plugin-github/lib/configs/flat/recommended.js
generated
vendored
|
|
@ -16,7 +16,7 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
plugins: {
|
||||
prettierPlugin,
|
||||
prettier: prettierPlugin,
|
||||
'eslint-comments': eslintComments,
|
||||
import: importPlugin,
|
||||
'i18n-text': fixupPluginRules(i18nTextPlugin),
|
||||
|
|
@ -131,7 +131,7 @@ module.exports = {
|
|||
'prefer-rest-params': 'error',
|
||||
'prefer-spread': 'error',
|
||||
'prefer-template': 'error',
|
||||
'prettierPlugin/prettier': 'error',
|
||||
'prettier/prettier': 'error',
|
||||
'require-yield': 'error',
|
||||
'use-isnan': 'error',
|
||||
'valid-typeof': 'error',
|
||||
|
|
|
|||
1
node_modules/eslint-plugin-github/lib/configs/react.js
generated
vendored
1
node_modules/eslint-plugin-github/lib/configs/react.js
generated
vendored
|
|
@ -36,6 +36,7 @@ module.exports = {
|
|||
nav: ['navigation'], // default in eslint-plugin-jsx-a11y
|
||||
tbody: ['rowgroup'],
|
||||
thead: ['rowgroup'],
|
||||
ul: ['list'], // In webkit, setting list-style-type: none results in semantics being removed. Need explicit role.
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
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.1.7",
|
||||
"version": "5.1.8",
|
||||
"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