1
0
mirror of https://github.com/kremalicious/gatsby-redirect-from.git synced 2024-12-22 09:13:20 +01:00
gatsby-redirect-from/.prettierrc

7 lines
93 B
Plaintext
Raw Normal View History

2019-06-11 00:27:06 +02:00
{
"semi": false,
"singleQuote": true,
2021-01-31 23:52:30 +01:00
"trailingComma": "none",
"endOfLine": "auto"
2019-06-11 00:27:06 +02:00
}