botserver/.prettierrc
Rodrigo Rodriguez (pragmatismo.io) ca565b890a TSLint fixing.
2018-11-11 19:09:18 -02:00

8 lines
No EOL
130 B
Text

{
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80,
"arrowParens": "avoid",
"semi": true,
"singleQuote": true
}