2024-05-13 09:11:16 +05:30
|
|
|
{
|
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",
|
2026-07-10 02:24:59 -07:00
|
|
|
"goja",
|
2024-05-17 02:20:22 -05:00
|
|
|
"dist",
|
|
|
|
|
"public/pdf.worker.min.js",
|
2024-05-18 16:47:50 +05:45
|
|
|
"./prisma/enums.ts",
|
2024-06-26 23:41:41 -05:00
|
|
|
"./prisma/generated/*",
|
2024-05-18 16:47:50 +05:45
|
|
|
"./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",
|
2026-07-10 02:24:59 -07:00
|
|
|
"goja",
|
2024-05-17 02:20:22 -05:00
|
|
|
"dist",
|
|
|
|
|
"public/pdf.worker.min.js",
|
2024-05-18 16:47:50 +05:45
|
|
|
"./prisma/enums.ts",
|
2024-06-26 23:41:41 -05:00
|
|
|
"./prisma/generated/*",
|
2024-05-18 16:47:50 +05:45
|
|
|
"./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",
|
2026-07-10 02:24:59 -07:00
|
|
|
"goja",
|
2024-05-17 02:20:22 -05:00
|
|
|
"dist",
|
|
|
|
|
"public/pdf.worker.min.js",
|
2024-06-26 23:41:41 -05:00
|
|
|
"./prisma/enums.ts",
|
|
|
|
|
"./prisma/generated/*"
|
2024-05-17 02:20:22 -05:00
|
|
|
]
|
|
|
|
|
}
|
2024-05-13 09:11:16 +05:30
|
|
|
}
|