From d4e6954cd505bc54e6f3ccfbcb62a4c9a8a09ba6 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Fri, 31 Jul 2026 23:37:51 +0000 Subject: [PATCH] add ingore paths for web component linters --- dev_config/.htmlvalidateignore | 2 ++ dev_config/.stylelintignore | 2 ++ dev_config/eslint.config.mjs | 1 + 3 files changed, 5 insertions(+) create mode 100644 dev_config/.htmlvalidateignore create mode 100644 dev_config/.stylelintignore diff --git a/dev_config/.htmlvalidateignore b/dev_config/.htmlvalidateignore new file mode 100644 index 0000000..9e7c83f --- /dev/null +++ b/dev_config/.htmlvalidateignore @@ -0,0 +1,2 @@ +web/modules/* +WFA-JS/* \ No newline at end of file diff --git a/dev_config/.stylelintignore b/dev_config/.stylelintignore new file mode 100644 index 0000000..9e7c83f --- /dev/null +++ b/dev_config/.stylelintignore @@ -0,0 +1,2 @@ +web/modules/* +WFA-JS/* \ No newline at end of file diff --git a/dev_config/eslint.config.mjs b/dev_config/eslint.config.mjs index 2c4095d..78d961a 100644 --- a/dev_config/eslint.config.mjs +++ b/dev_config/eslint.config.mjs @@ -4,6 +4,7 @@ import js from "@eslint/js"; export default defineConfig([ js.configs.recommended, + globalIgnores(["dist/", "web/modules", "WFA-JS"]), { languageOptions: { globals: {