2024-02-21 09:08:19 -05:00
|
|
|
{
|
2024-04-26 01:20:59 -05:00
|
|
|
"$schema": "https://biomejs.dev/schemas/1.7.1/schema.json",
|
2024-02-21 09:08:19 -05:00
|
|
|
"files": {
|
2024-04-17 07:01:29 -05:00
|
|
|
"ignore": [
|
|
|
|
"vendor",
|
|
|
|
"**/dist/**",
|
|
|
|
"**/smoke/**",
|
|
|
|
"**/fixtures/**",
|
|
|
|
"**/vendor/**",
|
|
|
|
"**/.vercel/**"
|
|
|
|
],
|
2024-04-17 03:37:22 -05:00
|
|
|
"include": ["test/**", "e2e/**", "packages/**"]
|
2024-02-21 09:08:19 -05:00
|
|
|
},
|
2024-04-17 03:37:22 -05:00
|
|
|
"formatter": {
|
|
|
|
"indentStyle": "tab",
|
|
|
|
"indentWidth": 2,
|
|
|
|
"lineWidth": 100,
|
|
|
|
"ignore": [
|
|
|
|
"benchmark/projects/",
|
|
|
|
"benchmark/results/",
|
|
|
|
".changeset",
|
|
|
|
"pnpm-lock.yaml",
|
|
|
|
"package.json",
|
|
|
|
"*.astro"
|
|
|
|
]
|
2024-02-21 09:09:31 -05:00
|
|
|
},
|
2024-04-17 07:01:29 -05:00
|
|
|
"organizeImports": {
|
|
|
|
"enabled": true
|
|
|
|
},
|
2024-04-17 03:37:22 -05:00
|
|
|
"linter": { "enabled": false },
|
|
|
|
"javascript": {
|
|
|
|
"formatter": {
|
|
|
|
"trailingComma": "es5",
|
|
|
|
"quoteStyle": "single",
|
|
|
|
"semicolons": "always"
|
|
|
|
}
|
2024-02-21 09:09:31 -05:00
|
|
|
},
|
2024-04-17 03:37:22 -05:00
|
|
|
"json": {
|
|
|
|
"parser": {
|
|
|
|
"allowComments": true,
|
|
|
|
"allowTrailingCommas": true
|
|
|
|
},
|
|
|
|
"formatter": {
|
|
|
|
"indentStyle": "space",
|
|
|
|
"trailingCommas": "none"
|
|
|
|
}
|
2024-02-21 09:08:19 -05:00
|
|
|
}
|
|
|
|
}
|