Files
dancefinder-app/.prettierrc
T

7 lines
87 B
Plaintext
Raw Normal View History

2020-01-25 14:59:14 +01:00
{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}