From 834f1f974a80b7747c248752f733c13e0cdfbff8 Mon Sep 17 00:00:00 2001 From: Ezekiel Kigbo Date: Thu, 8 Aug 2019 06:29:24 +0000 Subject: 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. --- app/assets/javascripts/boards/components/board_list.vue | 1 + app/assets/javascripts/boards/components/modal/header.vue | 1 + app/assets/javascripts/boards/components/modal/tabs.vue | 1 + 3 files changed, 3 insertions(+) (limited to 'app/assets/javascripts/boards') diff --git a/app/assets/javascripts/boards/components/board_list.vue b/app/assets/javascripts/boards/components/board_list.vue index 787ff110bf8..03a8a92575e 100644 --- a/app/assets/javascripts/boards/components/board_list.vue +++ b/app/assets/javascripts/boards/components/board_list.vue @@ -1,4 +1,5 @@