test(core-eslint): anchor-presence CI guard for // <gen:*> comments

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-08 12:49:35 +02:00
parent bd1610a888
commit 8b3b118bb0
4 changed files with 46 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
globals: true,
environment: "node",
include: ["*.test.js"],
},
});