mat.services/.prettierrc

6 lines
69 B
Plaintext
Raw Normal View History

2018-10-14 06:45:44 +00:00
{
"semi": false,
2018-10-18 05:13:18 +00:00
"singleQuote": true,
"trailingComma": "es5"
2018-10-14 06:45:44 +00:00
}