From a3a980d6db8d417df724f8c783767c13bf525f38 Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Thu, 6 May 2021 09:09:09 +0200 Subject: [PATCH] let eslint ignore gulpfile.js --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index bdaf046..67025a2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -14,6 +14,9 @@ "plugins": [ "ava" ], + "ignorePatterns": [ + "gulpfile.js" + ], "rules": { "indent": [ "error",