testjsdj / .prettierrc
Twan07's picture
Upload 8 files
7f94664 verified
raw
history blame contribute delete
106 Bytes
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100
}