Files
Scott Anderson f2164a43d0 fix
2025-08-24 22:39:40 -04:00

50 lines
877 B
JSON

{
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
"assist": {
"actions": {
"source": {
"organizeImports": "on"
}
},
"enabled": true
},
"files": {
"ignoreUnknown": true
},
"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
}
}