mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 23:31:55 +00:00
50 lines
878 B
JSON
50 lines
878 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
|
|
"assist": {
|
|
"actions": {
|
|
"source": {
|
|
"organizeImports": "on"
|
|
}
|
|
},
|
|
"enabled": true
|
|
},
|
|
"files": {
|
|
"ignoreUnknown": false
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "double"
|
|
}
|
|
},
|
|
"linter": {
|
|
"enabled": false
|
|
},
|
|
"overrides": [
|
|
{
|
|
"assist": {
|
|
"actions": {
|
|
"source": {
|
|
"useSortedKeys": "on"
|
|
}
|
|
}
|
|
},
|
|
"includes": [
|
|
"eslint-plugin-local/**/*.{js,ts,jsx,tsx}",
|
|
"src/**/*.{js,ts,jsx,tsx}",
|
|
"**/*.test.{js,ts,jsx,tsx}",
|
|
"tests/**/*.{js,ts,jsx,tsx}"
|
|
]
|
|
}
|
|
],
|
|
"vcs": {
|
|
"clientKind": "git",
|
|
"enabled": true,
|
|
"useIgnoreFile": true
|
|
}
|
|
}
|