crawlnicle/.prettierrc.json

7 lines
87 B
JSON
Raw Normal View History

{
"trailingComma" : "es5",
"tabWidth" : 2,
"semi": true,
"singleQuote": true
}