mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 14:52:52 +01:00
chore(biome): fix deprecated field trailingComma (#169)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://biomejs.dev/schemas/1.4.1/schema.json",
|
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
|
||||||
"extends": [],
|
"extends": [],
|
||||||
"files": { "ignoreUnknown": true },
|
"files": { "ignoreUnknown": true },
|
||||||
"organizeImports": {
|
"organizeImports": {
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
"formatter": {
|
"formatter": {
|
||||||
"quoteStyle": "single",
|
"quoteStyle": "single",
|
||||||
"jsxQuoteStyle": "single",
|
"jsxQuoteStyle": "single",
|
||||||
"trailingComma": "all",
|
"trailingCommas": "all",
|
||||||
"semicolons": "asNeeded",
|
"semicolons": "asNeeded",
|
||||||
"arrowParentheses": "asNeeded"
|
"arrowParentheses": "asNeeded"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user