udemy-react-course/http-sw/.prettierrc.json

6 lines
96 B
JSON
Raw Permalink Normal View History

2022-09-26 20:38:28 +00:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": false
}