Skip to content
Snippets Groups Projects
Commit 95a478f3 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

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

parent f9e6f92e
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment