64 lines
1.2 KiB
JSON
64 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
|
"vcs": {
|
|
"enabled": false,
|
|
"clientKind": "git",
|
|
"useIgnoreFile": false
|
|
},
|
|
"files": {
|
|
"ignoreUnknown": true,
|
|
"ignore": [
|
|
".next/**",
|
|
"node_modules/**",
|
|
"dist/**",
|
|
"build/**",
|
|
"src/components/ui/*.tsx",
|
|
"src/components/magicui/*.tsx",
|
|
"tailwind.config.ts"
|
|
]
|
|
},
|
|
"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/**",
|
|
"node_modules/**",
|
|
"dist/**",
|
|
"build/**",
|
|
"src/components/ui/*.tsx",
|
|
"src/components/magicui/*.tsx",
|
|
"tailwind.config.ts"
|
|
]
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "double",
|
|
"trailingCommas": "es5",
|
|
"semicolons": "always"
|
|
}
|
|
}
|
|
}
|