chore: remove trailing comma
All checks were successful
/ deploy_site (push) Successful in 21s

This commit is contained in:
2025-01-16 09:28:24 +09:00
parent 05ff8493e4
commit 2fc8269442
17 changed files with 64 additions and 63 deletions

View File

@ -2,5 +2,6 @@
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false
"useTabs": false,
"trailingComma": "none"
}