mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
16 lines
269 B
JSON
16 lines
269 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
|
|
"files": {
|
|
"include": ["*.test.js"],
|
|
"ignore": ["vendor"]
|
|
},
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"linter": {
|
|
"enabled": false
|
|
},
|
|
"formatter": {
|
|
"enabled": false
|
|
}
|
|
}
|