ysandler-work/.prettierrc.json
2025-04-22 20:37:18 -05:00

7 lines
90 B
JSON

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"semi": false
}