add ingore paths for web component linters

This commit is contained in:
alu
2026-07-31 23:59:07 +00:00
parent 91be26e320
commit 075ea07766
4 changed files with 9 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
web/modules/*
WFA-JS/*
dist/*
+3
View File
@@ -0,0 +1,3 @@
web/modules/*
WFA-JS/*
dist/*
+2 -1
View File
@@ -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: {