Files
memegoat/documentation/biome.json
Mathis HERRIOT 91179199f7
Some checks failed
Documentation Lint / lint (push) Failing after 4m46s
refactor: migrate documentation to support multi-language structure with i18n integration
2026-01-05 01:23:00 +01:00

35 lines
579 B
JSON

{
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"ignoreUnknown": true,
"includes": ["**", "!node_modules", "!.next", "!dist", "!build", "!.source"]
},
"formatter": {
"enabled": true,
"indentStyle": "tab",
"indentWidth": 1
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
},
"domains": {
"next": "recommended",
"react": "recommended"
}
},
"assist": {
"actions": {
"source": {
"organizeImports": "on"
}
}
}
}