feat(core-eslint): wire AST-aware conformance rules into plugin + base

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-12 23:52:31 +02:00
parent 15e90820d2
commit 4d7b25fd15
2 changed files with 7 additions and 1 deletions

View File

@@ -44,6 +44,8 @@ export default [
"error",
{ repoRoot },
],
"conformance/no-undeclared-event-publish": ["warn", { repoRoot }],
"conformance/no-undeclared-audit": ["warn", { repoRoot }],
},
},
{