From d46a7ffe696c31ac93376ff93727140d38403bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 19 Mar 2019 23:12:31 +0100 Subject: [PATCH] Ignore vue files from eslint for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- run-eslint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run-eslint.sh b/run-eslint.sh index 18f757737..eb4637c29 100755 --- a/run-eslint.sh +++ b/run-eslint.sh @@ -14,6 +14,8 @@ find -name "*.js" -path '*js/*' -not -path '*js/node_modules*' \ -not -path '*js/tests*' \ -not -path '*js/webpack*' \ -not -path '*js/public*' \ + -not -path '*js/views*' \ + -not -path '*js/init-collections.js' \ -not -path '*build/*' \ -not -path '*tests/*' \ -print0 | xargs -0 $ESLINT