UNPKG

@carbonhost/typescript

Version:
38 lines (37 loc) 804 B
{ "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", "formatter": { "enabled": true, "indentWidth": 2, "indentStyle": "space" }, "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "complexity": { "noForEach": "off" }, "correctness": { "useExhaustiveDependencies": "off" }, "a11y": { "useKeyWithClickEvents": "off", "useButtonType": "off" }, "style": { "useImportType": "off", "noNonNullAssertion": "off" }, "suspicious": { "noArrayIndexKey": "off" } } }, "files": { "ignore": ["node_modules", "out", "dist", "build", "public", "coverage", "README.md", "tsconfig.json"] } }