blog/.prettierrc

8 lines
116 B
Plaintext

{
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "always",
"endOfLine": "lf"
}