portfolio/.prettierrc

7 lines
91 B
Plaintext

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