catppuccin/.prettierrc.json
2021-12-18 18:53:58 -05:00

6 lines
94 B
JSON

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}