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.
Showing
... | ... | @@ -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", | ||
... | ... |
Please register or sign in to comment