Files
order_site/.prettierrc.json

8 lines
91 B
JSON

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