From 0a35b339f4107dc536bab5cb4104d4320845f655 Mon Sep 17 00:00:00 2001 From: Bsian Date: Tue, 28 Jul 2020 19:57:07 +0100 Subject: [PATCH] Stop trying to lint built files --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 19880fc..da54f5a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -42,5 +42,6 @@ "import/extensions": "off", "no-param-reassign": "off", "no-underscore-dangle": "off" - } + }, + "ignorePatterns": "**/*.js" }