diff --git a/.editorconfig b/.editorconfig index a6f3cc8..534fc0b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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] diff --git a/package.json b/package.json index 38e0d9a..171c20f 100644 --- a/package.json +++ b/package.json @@ -68,9 +68,6 @@ "assets/*.{png,svg}": "pnpm run build:icons" }, "prettier": { - "printWidth": 80, - "quoteProps": "as-needed", - "trailingComma": "all", "proseWrap": "always", "singleAttributePerLine": true },