feat(core-eslint): flip feature-must-have-manifest from warn to error
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user