Set "strict": true in tsconfig.json to catch null errors, implicit any, and type coercion bugs at compile time.
Why This Matters
Without strict mode, TypeScript allows implicit any types, unchecked null access, and other patterns that cause runtime crashes.
Tags
nextjssupabaseTypeScript
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and 3+ others. Get actionable feedback before code ships.