chore: better Prettier config for easier reviews

This commit is contained in:
2023-10-23 23:11:41 +02:00
parent b0c27b3c3e
commit 9cf3168e66
13 changed files with 131 additions and 134 deletions

View File

@ -1,6 +1,3 @@
{
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"trailingComma": "none"
"semi": false
}