location/.prettierrc

7 lines
87 B
Plaintext
Raw Permalink Normal View History

2021-12-02 20:13:08 +01:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2
}