rickvanlieshout.com/.prettierrc

7 lines
94 B
Plaintext
Raw Normal View History

2020-05-08 18:07:57 +02:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}