| { | |
| "$schema": "https://biomejs.dev/schemas/2.4.16/schema.json", | |
| "linter": { | |
| "enabled": true, | |
| "rules": { | |
| "recommended": true, | |
| "correctness": { | |
| "noUnusedImports": "warn", | |
| "noUnusedVariables": "warn" | |
| } | |
| } | |
| }, | |
| "formatter": { | |
| "enabled": true, | |
| "indentStyle": "space", | |
| "indentWidth": 2 | |
| }, | |
| "files": { | |
| "includes": ["web/src/**/*.{ts,tsx}"] | |
| } | |
| } | |