feat(core-eslint): flip feature-must-have-manifest from warn to error

This commit is contained in:
2026-05-13 00:10:48 +02:00
parent 5fa7de48d8
commit 79f96a94a1

View File

@@ -33,10 +33,9 @@ export default [
plugins: { conformance: conformancePlugin },
rules: {
// Structural conformance rules (milestone iii.a).
// `feature-must-have-manifest` is WARN today because only auth has a manifest;
// flip to ERROR after blog/media/navigation/marketing-pages migrate.
// All 5 features now have manifests; promoted to ERROR.
"conformance/feature-must-have-manifest": [
"warn",
"error",
{ repoRoot },
],
"conformance/usecase-must-have-test-file": "error",