add ingore paths for web component linters
tronnet/workflows: Code Style -- Web Components / style-web (push) Failing after 14s
tronnet/workflows: Code Style -- Web Components / style-web (push) Failing after 14s
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
web/modules/*
|
||||
WFA-JS/*
|
||||
@@ -0,0 +1,2 @@
|
||||
web/modules/*
|
||||
WFA-JS/*
|
||||
@@ -4,6 +4,7 @@ import js from "@eslint/js";
|
||||
|
||||
export default defineConfig([
|
||||
js.configs.recommended,
|
||||
globalIgnores(["dist/", "web/modules", "WFA-JS"]),
|
||||
{
|
||||
languageOptions: {
|
||||
globals: {
|
||||
|
||||
Reference in New Issue
Block a user