atst/prettier.config.json
2019-01-24 09:47:54 -05:00

7 lines
86 B
JSON

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