Files
payload/templates/website/.prettierrc.json
2024-03-14 23:53:47 -04:00

7 lines
90 B
JSON

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