notes/.prettierrc

9 lines
109 B
Plaintext
Raw Permalink Normal View History

2020-04-24 00:00:47 -04:00
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}