mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
2dd00a0024
* chore: import sort source code, exception for the `astro` package * fix import sorting bug * Update packages/integrations/lit/server.js Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
|
|
"files": {
|
|
"include": ["test/**", "e2e/**", "packages/**"],
|
|
"ignore": ["vendor", "dist/**", "packages/astro/**"]
|
|
},
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"linter": {
|
|
"enabled": false
|
|
},
|
|
"formatter": {
|
|
"enabled": false
|
|
}
|
|
}
|