diff options
author | Brandon Labuschagne <blabuschagne@gitlab.com> | 2019-06-13 19:15:25 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-06-13 19:15:25 +0000 |
commit | 3d8163dcf6070a9e73fa1e8e31a65375ff5770d2 (patch) | |
tree | a4958573eccc885abde1fd924b559c5eca6eacc7 /package.json | |
parent | ea9fcebfdf2aff296d3176ae57b909849d036c0b (diff) | |
download | gitlab-ce-3d8163dcf6070a9e73fa1e8e31a65375ff5770d2.tar.gz |
Disable unnecessary ESLint i18n offences
Unnecessary offences include false positives as well as flagged
errors which have follow up issues in order to be addressed.
Not all issues have been addressed before this being submitted
in the spirit of results and iteration.
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 ab7268642ec..0758c27c75b 100644 --- a/package.json +++ b/package.json @@ -147,6 +147,7 @@ "devDependencies": { "@babel/plugin-transform-modules-commonjs": "^7.2.0", "@gitlab/eslint-config": "^1.6.0", + "@gitlab/eslint-plugin-i18n": "^1.0.0", "@vue/test-utils": "^1.0.0-beta.25", "axios-mock-adapter": "^1.15.0", "babel-jest": "^24.1.0", |