Files

56 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
2024-05-17 02:20:22 -05:00
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"organizeImports": {
"enabled": true,
"ignore": [
"node_modules",
".next",
"goja",
2024-05-17 02:20:22 -05:00
"dist",
"public/pdf.worker.min.js",
"./prisma/enums.ts",
"./prisma/generated/*",
"./src/components/ui/simple-multi-select.tsx"
2024-05-17 02:20:22 -05:00
]
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"suspicious": {
"useAwait": "error"
},
"correctness": { "noUnusedVariables": "warn" },
"style": { "useImportType": "error" }
},
"ignore": [
"node_modules",
".next",
"goja",
2024-05-17 02:20:22 -05:00
"dist",
"public/pdf.worker.min.js",
"./prisma/enums.ts",
"./prisma/generated/*",
"./src/components/ui/simple-multi-select.tsx"
2024-05-17 02:20:22 -05:00
]
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 2,
"lineEnding": "lf",
"lineWidth": 80,
"attributePosition": "auto",
"ignore": [
"node_modules",
".next",
"goja",
2024-05-17 02:20:22 -05:00
"dist",
"public/pdf.worker.min.js",
"./prisma/enums.ts",
"./prisma/generated/*"
2024-05-17 02:20:22 -05:00
]
}
}