Personal-site/.prettierrc

8 lines
107 B
Plaintext
Raw Permalink Normal View History

2020-06-14 09:06:49 +00:00
{
"endOfLine": "lf",
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}