mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
08cdd0919d
* chore: import sort source code, exception for the `astro` package * fix import sorting bug * chore: import sorting for the `astro` package
16 lines
303 B
JSON
16 lines
303 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
|
|
"files": {
|
|
"include": ["test/**", "e2e/**", "packages/**"],
|
|
"ignore": ["vendor", "dist/**"]
|
|
},
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"linter": {
|
|
"enabled": false
|
|
},
|
|
"formatter": {
|
|
"enabled": false
|
|
}
|
|
}
|