2025-06-14 23:04:46 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
|
|
|
|
"vcs": {
|
|
|
|
|
"enabled": false,
|
|
|
|
|
"clientKind": "git",
|
|
|
|
|
"useIgnoreFile": false
|
|
|
|
|
},
|
|
|
|
|
"files": {
|
|
|
|
|
"ignoreUnknown": false,
|
|
|
|
|
"ignore": ["**/dist/**", "**/node_modules/**"]
|
|
|
|
|
},
|
|
|
|
|
"formatter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"indentStyle": "space",
|
|
|
|
|
"indentWidth": 2,
|
|
|
|
|
"lineWidth": 160,
|
|
|
|
|
"ignore": ["**/dist/**", "**/node_modules/**"]
|
|
|
|
|
},
|
|
|
|
|
"organizeImports": {
|
|
|
|
|
"enabled": true
|
|
|
|
|
},
|
|
|
|
|
"linter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"rules": {
|
2025-06-14 23:06:18 +00:00
|
|
|
"recommended": true,
|
|
|
|
|
"suspicious": {
|
|
|
|
|
"noExplicitAny": "off"
|
|
|
|
|
}
|
2025-06-14 23:04:46 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"javascript": {
|
|
|
|
|
"formatter": {
|
|
|
|
|
"jsxQuoteStyle": "double",
|
|
|
|
|
"quoteProperties": "asNeeded",
|
|
|
|
|
"trailingCommas": "es5",
|
|
|
|
|
"semicolons": "asNeeded",
|
|
|
|
|
"arrowParentheses": "always",
|
|
|
|
|
"bracketSameLine": false,
|
|
|
|
|
"quoteStyle": "single",
|
|
|
|
|
"attributePosition": "auto",
|
|
|
|
|
"bracketSpacing": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|