diff options
author | Ezekiel Kigbo <ekigbo@gitlab.com> | 2019-08-08 06:29:24 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-08-08 06:29:24 +0000 |
commit | 834f1f974a80b7747c248752f733c13e0cdfbff8 (patch) | |
tree | cb4df0d2615f9b011c3926ff8f369698f1c4b6d9 /package.json | |
parent | 83f68719a3fc1bdf195863c4a7ed1b69051e5dc5 (diff) | |
download | gitlab-ce-834f1f974a80b7747c248752f733c13e0cdfbff8.tar.gz |
Disable vue-i18n for non-autofix files
Disables the vue-i18n eslint rules for files
that are not able to be autofixed, this will
stop these offences causing pipeline failures
but they will need manual fixing.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index c368cf7c8e4..dbcd0d958c5 100644 --- a/package.json +++ b/package.json @@ -147,6 +147,7 @@ "@babel/plugin-transform-modules-commonjs": "^7.2.0", "@gitlab/eslint-config": "^1.6.0", "@gitlab/eslint-plugin-i18n": "^1.1.0", + "@gitlab/eslint-plugin-vue-i18n": "^1.2.0", "@vue/test-utils": "^1.0.0-beta.25", "axios-mock-adapter": "^1.15.0", "babel-jest": "^24.1.0", |