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
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[src/i18n/translations/*.json]
|
[src/i18n/translations/*.json]
|
||||||
|
max_line_length = off
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
max_line_length = off
|
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
|
|
|
@ -68,9 +68,6 @@
|
||||||
"assets/*.{png,svg}": "pnpm run build:icons"
|
"assets/*.{png,svg}": "pnpm run build:icons"
|
||||||
},
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"printWidth": 80,
|
|
||||||
"quoteProps": "as-needed",
|
|
||||||
"trailingComma": "all",
|
|
||||||
"proseWrap": "always",
|
"proseWrap": "always",
|
||||||
"singleAttributePerLine": true
|
"singleAttributePerLine": true
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue