2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-07 20:59:03 +00:00
iconify-collections-json/.prettierrc
2021-09-25 14:17:12 +03:00

8 lines
119 B
Plaintext

{
"trailingComma": "es5",
"singleQuote": true,
"semi": true,
"quoteProps": "consistent",
"endOfLine": "lf"
}