chore: update eslint config and CI workflow

This commit is contained in:
Tom Boullay
2026-05-14 00:18:02 +02:00
parent 592cfa405f
commit 2063656f29
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import tseslint from "typescript-eslint";
import { defineConfig, globalIgnores } from "eslint/config"; import { defineConfig, globalIgnores } from "eslint/config";
export default defineConfig([ export default defineConfig([
globalIgnores(["dist"]), globalIgnores(["dist", "POC-grass"]),
{ {
files: ["**/*.{ts,tsx}"], files: ["**/*.{ts,tsx}"],
extends: [ extends: [