LintConfig
Defined in: packages/core/src/types.ts:499
Lint configuration for controlling warning behavior.
Properties
Section titled “Properties”orphans?
Section titled “orphans?”
optionalorphans:"error"|"warn"|"off"
Defined in: packages/core/src/types.ts:507
Control orphan screen detection behavior.
- “warn”: Show warnings for orphan screens (default)
- “off”: Disable orphan screen warnings
- “error”: Treat orphan screens as errors (fail lint)
Default
Section titled “Default”"warn"spreadOperator?
Section titled “spreadOperator?”
optionalspreadOperator:"error"|"warn"|"off"
Defined in: packages/core/src/types.ts:516
Control spread operator warning behavior in route parsing.
- “warn”: Show detailed warnings when spread operators are detected (default)
- “off”: Suppress spread operator warnings
- “error”: Treat spread operators as errors (fail lint)
Default
Section titled “Default”"warn"