ptools-v2/.prettierrc
Minhyeok Park 2fc8269442
All checks were successful
/ deploy_site (push) Successful in 21s
chore: remove trailing comma
2025-01-16 09:28:24 +09:00

8 lines
107 B
Plaintext

{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "none"
}