udemy-react-course/usereducer-starting-project/.prettierrc.json

6 lines
96 B
JSON
Raw Normal View History

2022-09-22 18:36:13 +00:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": false
}