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

@@ -8,6 +8,9 @@
"./next": "./next.js",
"./react-internal": "./react-internal.js"
},
"scripts": {
"test": "vitest run --passWithNoTests"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@typescript-eslint/eslint-plugin": "^8.25.0",
@@ -16,7 +19,8 @@
"eslint-config-prettier": "^10.1.0",
"eslint-plugin-boundaries": "^4.2.2",
"eslint-plugin-turbo": "^2.4.0",
"typescript-eslint": "^8.25.0"
"typescript-eslint": "^8.25.0",
"vitest": "^3.1.0"
},
"dependencies": {
"globals": "^17.6.0"