botserver/.prettierrc

8 lines
130 B
Text
Raw Normal View History

2018-11-11 19:09:18 -02:00
{
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80,
"arrowParens": "avoid",
"semi": true,
"singleQuote": true
}