From 44a1f90308051773bf95541eef161db0a8be89af Mon Sep 17 00:00:00 2001 From: Percy Ma Date: Thu, 25 Apr 2024 21:49:18 +0800 Subject: [PATCH] chore(eslint): avoid lint the build --- .eslintrc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.yaml b/.eslintrc.yaml index 5fd0a245f2..f28d2ac247 100644 --- a/.eslintrc.yaml +++ b/.eslintrc.yaml @@ -4,6 +4,7 @@ reportUnusedDisableDirectives: true ignorePatterns: - /web_src/js/vendor - /web_src/fomantic + - /public/assets/js parserOptions: sourceType: module