Files
react_task_2/.prettierrc.json
T
2022-11-26 01:23:44 -05:00

10 lines
159 B
JSON

{
"trailingComma": "es5",
"singleQuote": true,
"tabWidth": 4,
"printWidth": 80,
"semi": true,
"arrowParens": "always",
"proseWrap": "preserve"
}