diff --git a/Makefile b/Makefile index 3e3d076..ccf8822 100644 --- a/Makefile +++ b/Makefile @@ -24,3 +24,4 @@ ensure-dist: mkdir -p dist workflow-init: ensure-dist build-web + cp -r dev_config/. . \ No newline at end of file diff --git a/dev_config/.htmlvalidateignore b/dev_config/.htmlvalidateignore new file mode 100644 index 0000000..7f0cc41 --- /dev/null +++ b/dev_config/.htmlvalidateignore @@ -0,0 +1,3 @@ +web/modules/* +WFA-JS/* +dist/* \ No newline at end of file diff --git a/dev_config/.stylelintignore b/dev_config/.stylelintignore new file mode 100644 index 0000000..7f0cc41 --- /dev/null +++ b/dev_config/.stylelintignore @@ -0,0 +1,3 @@ +web/modules/* +WFA-JS/* +dist/* \ No newline at end of file diff --git a/dev_config/eslint.config.mjs b/dev_config/eslint.config.mjs index 2c4095d..63a55e2 100644 --- a/dev_config/eslint.config.mjs +++ b/dev_config/eslint.config.mjs @@ -1,9 +1,10 @@ -import { defineConfig } from "eslint/config"; +import { defineConfig, globalIgnores } from "eslint/config"; import globals from "globals"; import js from "@eslint/js"; export default defineConfig([ js.configs.recommended, + globalIgnores(["dist/", "web/modules", "WFA-JS"]), { languageOptions: { globals: {