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 },
|
plugins: { conformance: conformancePlugin },
|
||||||
rules: {
|
rules: {
|
||||||
// Structural conformance rules (milestone iii.a).
|
// Structural conformance rules (milestone iii.a).
|
||||||
// `feature-must-have-manifest` is WARN today because only auth has a manifest;
|
// All 5 features now have manifests; promoted to ERROR.
|
||||||
// flip to ERROR after blog/media/navigation/marketing-pages migrate.
|
|
||||||
"conformance/feature-must-have-manifest": [
|
"conformance/feature-must-have-manifest": [
|
||||||
"warn",
|
"error",
|
||||||
{ repoRoot },
|
{ repoRoot },
|
||||||
],
|
],
|
||||||
"conformance/usecase-must-have-test-file": "error",
|
"conformance/usecase-must-have-test-file": "error",
|
||||||
|
|||||||
Reference in New Issue
Block a user