portfolio/.prettierrc

7 lines
91 B
Plaintext
Raw Normal View History

2022-07-04 12:30:43 +00:00
{
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"printWidth": 100
}