Ensure all runtime and project configuration is explicit, type-safe, and machine-independent.
Motivation
Rules (actionable)
const preferredPort = env.PORT ? parseInt(env.PORT, 10) : 5173
export const LikeC4ProjectJsonConfigSchema = z.object({ // … experimental: LikeC4ExperimentalSchema.optional() })
import Icon from './path/to/icon.svg?inline' or /@fs/path/to/icon.svg?inline after computing correct project-relative path.Checks to run
Why this helps
Enter the URL of a public GitHub repository