mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 08:43:10 -07:00
18 lines
316 B
JSON
18 lines
316 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
|
|
"files": {
|
|
"includes": [
|
|
"**/public/**/*.{js,css,html}",
|
|
"!**/public/htmx.min.js",
|
|
"!**/service/**/templates/**/*.html"
|
|
]
|
|
},
|
|
"formatter": {
|
|
"indentStyle": "tab"
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single"
|
|
}
|
|
}
|
|
}
|