Bump packages to fix linter
This commit is contained in:
parent
ed9506bbaf
commit
0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions
5
node_modules/eslint-plugin-github/lib/configs/browser.js
generated
vendored
5
node_modules/eslint-plugin-github/lib/configs/browser.js
generated
vendored
|
|
@ -2,14 +2,17 @@ module.exports = {
|
|||
env: {
|
||||
browser: true
|
||||
},
|
||||
plugins: ['github'],
|
||||
plugins: ['github', 'escompat'],
|
||||
extends: ['plugin:escompat/recommended'],
|
||||
rules: {
|
||||
'escompat/no-dynamic-imports': 'off',
|
||||
'github/async-currenttarget': 'error',
|
||||
'github/async-preventdefault': 'error',
|
||||
'github/get-attribute': 'error',
|
||||
'github/no-blur': 'error',
|
||||
'github/no-dataset': 'error',
|
||||
'github/no-innerText': 'error',
|
||||
'github/no-inner-html': 'error',
|
||||
'github/unescaped-html-literal': 'error',
|
||||
'github/no-useless-passive': 'error',
|
||||
'github/require-passive-events': 'error',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue