From 41f0ace584348307efaea2f961c0b91b83d7d7c6 Mon Sep 17 00:00:00 2001 From: J <15862136+jjjpanda@users.noreply.github.com> Date: Thu, 23 Dec 2021 13:16:03 -0500 Subject: [PATCH] Update .eslintrc.js --- .eslintrc.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index a20acfc..1941bf5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,9 @@ module.exports = { - "ignorePatterns": ["command/frontend/js/lib/*", "command/dist/app.js", "node_modules"], + "ignorePatterns": [ + "command/frontend/js/lib/*", + "command/dist/app.js", + "node_modules" + ], "env": { "browser": true, "es2021": true,