Minimize Prettier config

This commit is contained in:
Nikita Karamov 2023-08-30 12:07:12 +02:00
parent 420d45953e
commit ebb3bdd013
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
2 changed files with 1 additions and 4 deletions

View File

@ -10,12 +10,12 @@ max_line_length = 80
trim_trailing_whitespace = true
[src/i18n/translations/*.json]
max_line_length = off
indent_style = space
indent_size = 4
[*.md]
indent_style = space
max_line_length = off
trim_trailing_whitespace = false
[*.yml]

View File

@ -68,9 +68,6 @@
"assets/*.{png,svg}": "pnpm run build:icons"
},
"prettier": {
"printWidth": 80,
"quoteProps": "as-needed",
"trailingComma": "all",
"proseWrap": "always",
"singleAttributePerLine": true
},