fxtwitter-docker/.prettierrc
2022-07-13 19:59:00 -04:00

8 lines
131 B
Text

{
"singleQuote": true,
"semi": true,
"trailingComma": "es5",
"tabWidth": 2,
"printWidth": 90,
"arrowParens": "avoid"
}