๐ Strictest
Use when you want the strongest available compiler-strictness enforcement this plugin can validate for tsconfig*.json files.
Config keyโ
tsconfig.configs.strictest
Flat Config exampleโ
import tsconfig from "eslint-plugin-tsconfig";
export default [tsconfig.configs.strictest];
Rules in this presetโ
Fixlegend:๐ง= autofixable๐ก= suggestions availableโ= report only
Related presetsโ
| Preset | Description |
|---|---|
| ๐ก recommended | Default baseline for most TypeScript codebases |
| ๐ด strict | Recommended plus a richer set of safety rules |
| ๐ข jsconfig | Strictness-oriented coverage for jsconfig.json projects |
| ๐ฃ all | Every rule, including experimental coverage |
| ๐ strict-mode | Strict mode options beyond the base strict flag |