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