journal.pl/.prettierrc.json

8 lines
113 B
JSON
Raw Permalink Normal View History

2024-03-01 11:43:31 +03:00
{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"jsxSingleQuote": false
}