Issue #2982345 by ApacheEx, drpal: Update eslint packages to most recent major versions
parent
f9e6f92e46
commit
95a478f3d6
|
@ -6,6 +6,19 @@
|
|||
"no-continue": "off",
|
||||
"new-cap": "off",
|
||||
"max-len": "off",
|
||||
"default-case": "off"
|
||||
"default-case": "off",
|
||||
"indent": "off",
|
||||
"prefer-destructuring": "off",
|
||||
"object-curly-newline": "off",
|
||||
"operator-linebreak": "off",
|
||||
"no-empty": "off",
|
||||
"no-else-return": "off",
|
||||
"no-restricted-globals": "off",
|
||||
"react/no-this-in-sfc": "off",
|
||||
"react/destructuring-assignment": "off",
|
||||
"function-paren-newline": "off",
|
||||
"implicit-arrow-linebreak": "off",
|
||||
"import/named": "off",
|
||||
"spaced-comment": "off"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,11 +28,11 @@
|
|||
"chromedriver": "^2.35.0",
|
||||
"cross-env": "^5.1.3",
|
||||
"dotenv-safe": "^5.0.1",
|
||||
"eslint": "^3.19.0",
|
||||
"eslint-config-airbnb": "^14.1.0",
|
||||
"eslint-plugin-import": "^2.2.0",
|
||||
"eslint-plugin-jsx-a11y": "^4.0.0",
|
||||
"eslint-plugin-react": "^6.10.3",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-config-airbnb": "^17.0.0",
|
||||
"eslint-plugin-import": "^2.13.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.3",
|
||||
"eslint-plugin-react": "^7.10.0",
|
||||
"glob": "^7.1.2",
|
||||
"minimist": "^1.2.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
|
|
584
core/yarn.lock
584
core/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue