81 lines
1.7 KiB
JSON
81 lines
1.7 KiB
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
|
"vcs": {
|
|
"enabled": false,
|
|
"clientKind": "git",
|
|
"useIgnoreFile": false
|
|
},
|
|
"files": {
|
|
"ignoreUnknown": true,
|
|
"ignore": [
|
|
".next/**",
|
|
".cursor/**",
|
|
".vscode/**",
|
|
".content-collections/**",
|
|
"node_modules/**",
|
|
"dist/**",
|
|
"build/**",
|
|
"drizzle/**",
|
|
"tailwind.config.ts",
|
|
"src/components/ui/*.tsx",
|
|
"src/components/nsui/*.tsx",
|
|
"src/components/magicui/*.tsx",
|
|
"src/app/[[]locale]/preview/**",
|
|
"src/db/schema.ts",
|
|
"public/sw.js"
|
|
]
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2,
|
|
"lineWidth": 80,
|
|
"formatWithErrors": true
|
|
},
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"suspicious": {
|
|
"noSparseArray": "off"
|
|
},
|
|
"style": {
|
|
"useTemplate": "off",
|
|
"noNonNullAssertion": "off",
|
|
"useShorthandArrayType": "off"
|
|
},
|
|
"a11y": {
|
|
"useValidAnchor": "off"
|
|
}
|
|
},
|
|
"ignore": [
|
|
".next/**",
|
|
".cursor/**",
|
|
".vscode/**",
|
|
".content-collections/**",
|
|
"node_modules/**",
|
|
"dist/**",
|
|
"build/**",
|
|
"drizzle/**",
|
|
"tailwind.config.ts",
|
|
"src/components/ui/*.tsx",
|
|
"src/components/nsui/*.tsx",
|
|
"src/components/magicui/*.tsx",
|
|
"src/app/[[]locale]/preview/**",
|
|
"src/db/schema.ts",
|
|
"src/payment/types.ts",
|
|
"src/types/index.d.ts",
|
|
"public/sw.js"
|
|
]
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single",
|
|
"trailingCommas": "es5",
|
|
"semicolons": "always"
|
|
}
|
|
}
|
|
} |