PromucFlow_constructor/app/client/.prettierrc
2020-12-24 10:02:25 +05:30

11 lines
171 B
Plaintext

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"parser": "typescript",
"arrowParens": "always"
}