add ingore paths for web component linters
tronnet/workflows: Code Style -- Web Components / style-web (push) Failing after 14s

This commit is contained in:
alu
2026-07-31 23:41:50 +00:00
parent 91be26e320
commit d4e6954cd5
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
web/modules/*
WFA-JS/*
+2
View File
@@ -0,0 +1,2 @@
web/modules/*
WFA-JS/*
+1
View File
@@ -4,6 +4,7 @@ import js from "@eslint/js";
export default defineConfig([ export default defineConfig([
js.configs.recommended, js.configs.recommended,
globalIgnores(["dist/", "web/modules", "WFA-JS"]),
{ {
languageOptions: { languageOptions: {
globals: { globals: {