summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-09-19 17:42:20 -0500
committerMike Greiling <mike@pixelcog.com>2018-09-20 02:38:38 -0500
commit4242122a4782fdefe4805529e3a41ad0cdb4665b (patch)
tree2847ad287d88028b00544209fe9f01e9d5bd5bf1 /package.json
parent3f51ec2124037177b446d620c41441673f17f161 (diff)
downloadgitlab-ce-4242122a4782fdefe4805529e3a41ad0cdb4665b.tar.gz
Upgrade eslint to v5
We needed to disable a few eslint-config-airbnb-base rules in order to keep the number of line changes under control. These should be re-enabled asap.
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 4a479b6fb2a..d39f5b8df98 100644
--- a/package.json
+++ b/package.json
@@ -117,12 +117,12 @@
"babel-types": "^6.26.0",
"chalk": "^2.4.1",
"commander": "^2.15.1",
- "eslint": "~4.12.1",
- "eslint-config-airbnb-base": "^12.1.0",
+ "eslint": "~5.6.0",
+ "eslint-config-airbnb-base": "^13.1.0",
"eslint-import-resolver-webpack": "^0.10.0",
"eslint-plugin-filenames": "^1.2.0",
"eslint-plugin-html": "4.0.3",
- "eslint-plugin-import": "^2.12.0",
+ "eslint-plugin-import": "^2.14.0",
"eslint-plugin-jasmine": "^2.1.0",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-vue": "^4.5.0",