team-1/.prettierrc

7 lines
119 B
Text

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": false,
"printWidth": 200,
}