Minimize Prettier config
This commit is contained in:
parent
420d45953e
commit
ebb3bdd013
2 changed files with 1 additions and 4 deletions
|
@ -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]
|
||||
|
|
|
@ -68,9 +68,6 @@
|
|||
"assets/*.{png,svg}": "pnpm run build:icons"
|
||||
},
|
||||
"prettier": {
|
||||
"printWidth": 80,
|
||||
"quoteProps": "as-needed",
|
||||
"trailingComma": "all",
|
||||
"proseWrap": "always",
|
||||
"singleAttributePerLine": true
|
||||
},
|
||||
|
|
Reference in a new issue