botserver/.prettierrc
Rodrigo Rodriguez (pragmatismo.io) 1761e06061 fix(core): Bot boot logic being fixed.
2018-11-27 22:56:11 -02:00

9 lines
No EOL
135 B
Text

{
"trailingComma": "none",
"tabWidth": 2,
"printWidth": 120,
"arrowParens": "avoid",
"semi": true,
"singleQuote": true
}