index/.prettierrc

7 lines
86 B
Plaintext

{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}