blog/.prettierrc

8 lines
116 B
Plaintext
Raw Normal View History

2020-08-01 14:48:23 +02:00
{
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "always",
"endOfLine": "lf"
}