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

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-13 07:41:24 +02:00
parent 159db9e542
commit 69d84a598d
2 changed files with 10 additions and 1 deletions

View File

@@ -45,6 +45,9 @@ export default [
],
"conformance/no-undeclared-event-publish": ["warn", { repoRoot }],
"conformance/no-undeclared-audit": ["warn", { repoRoot }],
"conformance/component-must-have-story": "warn",
"conformance/component-must-have-test": "warn",
"conformance/atomic-tier-import-direction": "warn",
},
},
{