teleport/.prettierrc

10 lines
157 B
Plaintext
Raw Normal View History

2019-09-12 23:37:15 +00:00
{
"arrowParens": "avoid",
"printWidth": 80,
"bracketSpacing": true,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}