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 }],