1 Commits
Author SHA1 Message Date
alu 0726daa1ae add ingore paths for web component linters 2026-07-31 23:37:51 +00:00
4 changed files with 3 additions and 8 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
.PHONY: build build-web build-wfa-js clean clean-wfa-js ensure-dist workflow-init .PHONY: build test clean wfa-js
build: clean ensure-dist build-web build-wfa-js build: clean ensure-dist build-web build-wfa-js
@echo "======================== Building Binary =======================" @echo "======================== Building Binary ======================="
@@ -24,4 +24,3 @@ ensure-dist:
mkdir -p dist mkdir -p dist
workflow-init: ensure-dist build-web workflow-init: ensure-dist build-web
cp -r dev_config/. .
-3
View File
@@ -1,3 +0,0 @@
web/modules/*
WFA-JS/*
dist/*
+1 -2
View File
@@ -1,3 +1,2 @@
web/modules/* web/modules/*
WFA-JS/* WFA-JS/*
dist/*
+1 -1
View File
@@ -1,4 +1,4 @@
import { defineConfig, globalIgnores } from "eslint/config"; import { defineConfig } from "eslint/config";
import globals from "globals"; import globals from "globals";
import js from "@eslint/js"; import js from "@eslint/js";