diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-12-06 01:01:56 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-12-11 17:08:29 -0600 |
commit | c35260a3c57ba19132ce64acfb0dcb64d5510434 (patch) | |
tree | f4c7cf566b12f7122faa99651be00bb952a3f15c /package.json | |
parent | 3e0439b95bfbba874097527972df8e85fadb75ef (diff) | |
download | gitlab-ce-c35260a3c57ba19132ce64acfb0dcb64d5510434.tar.gz |
Update gitlab's eslint-config to latest
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 59484df032e..41bdb64867e 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "xterm": "^3.5.0" }, "devDependencies": { - "@gitlab/eslint-config": "^1.2.0", + "@gitlab/eslint-config": "^1.4.0", "@vue/test-utils": "^1.0.0-beta.25", "axios-mock-adapter": "^1.15.0", "babel-core": "^7.0.0-bridge", |