add ingore paths for web component linters
tronnet/workflows: Code Style -- Web Components / style-web (push) Failing after 3s
tronnet/workflows: Code Style -- Web Components / style-web (push) Failing after 3s
This commit is contained in:
@@ -24,3 +24,4 @@ ensure-dist:
|
|||||||
mkdir -p dist
|
mkdir -p dist
|
||||||
|
|
||||||
workflow-init: ensure-dist build-web
|
workflow-init: ensure-dist build-web
|
||||||
|
cp -r dev_config .
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
web/modules/*
|
||||||
|
WFA-JS/*
|
||||||
|
dist/*
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
web/modules/*
|
||||||
|
WFA-JS/*
|
||||||
|
dist/*
|
||||||
@@ -1,9 +1,10 @@
|
|||||||
import { defineConfig } from "eslint/config";
|
import { defineConfig, globalIgnores } from "eslint/config";
|
||||||
import globals from "globals";
|
import globals from "globals";
|
||||||
import js from "@eslint/js";
|
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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user