42 lines
927 B
JSON
42 lines
927 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.4.7/schema.json",
|
|
"files": {
|
|
"includes": [
|
|
"**",
|
|
"!**/build",
|
|
"!**/dist",
|
|
"!**/node_modules",
|
|
"!**/playwright-report",
|
|
"!**/.vercel",
|
|
"!**/.netlify",
|
|
"!**/.vscode",
|
|
"!**/.astro",
|
|
"!scripts/flickr-tracking.json"
|
|
]
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2,
|
|
"lineEnding": "lf"
|
|
},
|
|
"assist": { "actions": { "source": { "organizeImports": "on" } } },
|
|
"linter": { "enabled": true, "rules": { "recommended": true } },
|
|
"overrides": [
|
|
{
|
|
"includes": ["**/*.astro"],
|
|
"linter": {
|
|
"rules": {
|
|
"style": {
|
|
"useConst": "off",
|
|
"useImportType": "off"
|
|
},
|
|
"correctness": {
|
|
"noUnusedVariables": "off",
|
|
"noUnusedImports": "off"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|