1 Commits
Author SHA1 Message Date
alu b4fe7263e2 add ingore paths for web component linters
tronnet/workflows: Code Style -- Web Components / style-web (push) Failing after 4s
2026-07-31 23:52:10 +00:00
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -24,3 +24,4 @@ ensure-dist:
mkdir -p dist
workflow-init: ensure-dist build-web
cp dev_config .
+1
View File
@@ -1,2 +1,3 @@
web/modules/*
WFA-JS/*
dist/*
+1
View File
@@ -1,2 +1,3 @@
web/modules/*
WFA-JS/*
dist/*
+1 -1
View File
@@ -1,4 +1,4 @@
import { defineConfig } from "eslint/config";
import { defineConfig, globalIgnores } from "eslint/config";
import globals from "globals";
import js from "@eslint/js";