Bump packages to fix linter
This commit is contained in:
parent
ed9506bbaf
commit
0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions
13
node_modules/eslint-plugin-github/lib/configs/react.js
generated
vendored
Normal file
13
node_modules/eslint-plugin-github/lib/configs/react.js
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
module.exports = {
|
||||
parserOptions: {
|
||||
sourceType: 'module',
|
||||
ecmaFeatures: {
|
||||
jsx: true
|
||||
}
|
||||
},
|
||||
plugins: ['github', 'jsx-a11y'],
|
||||
extends: ['plugin:jsx-a11y/recommended'],
|
||||
rules: {
|
||||
'github/a11y-no-generic-link-text': 'error'
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue