From 756b6965ab67402fbcb471895a18bed0b9ca58f0 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Wed, 30 Mar 2022 08:18:10 -0500 Subject: [PATCH] Ignore the deploy commands JS file from ESLint --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 4fc98d9..a47a5e5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -11,6 +11,7 @@ "node": true, "es6": true }, + "ignorePatterns": ["src/deploy-commands.js"], "rules": { "arrow-spacing": ["error", { "before": true, "after": true }], "brace-style": ["error", "stroustrup", { "allowSingleLine": true }],