mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
29 lines
521 B
JSON
29 lines
521 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.4.10/schema.json",
|
|
"vcs": {
|
|
"enabled": true,
|
|
"clientKind": "git",
|
|
"useIgnoreFile": true
|
|
},
|
|
"files": {
|
|
"ignoreUnknown": false,
|
|
"includes": ["frontend/*"],
|
|
"experimentalScannerIgnores": [
|
|
"**/node_modules/**",
|
|
"**/dist/**",
|
|
"**/.vite/**"
|
|
]
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
}
|
|
}
|