Issue #2982345 by ApacheEx, drpal: Update eslint packages to most recent major versions

merge-requests/1654/head
Lauri Eskola 2018-07-03 18:02:15 +01:00
parent f9e6f92e46
commit 95a478f3d6
3 changed files with 290 additions and 319 deletions

View File

@ -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"
}
}

View File

@ -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",

File diff suppressed because it is too large Load Diff