1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

chore: better Prettier config for easier reviews

This commit is contained in:
2023-10-23 23:00:22 +02:00
parent d91b2a2538
commit 0e2b2ae89d
13 changed files with 81 additions and 84 deletions

View File

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