From 2ce8c0fcb854d2016ffb243ba2c827d9eb7ae0ee Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Wed, 7 Feb 2024 14:31:42 +0100 Subject: [PATCH] Disable prose wrap for Prettier --- CHANGELOG.md | 3 +-- package.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d2ed6..4b59969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -279,5 +279,4 @@ Initial release of the site [1.1.2]: https://github.com/kytta/share2fedi/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/kytta/share2fedi/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/kytta/share2fedi/compare/v1.0.0...v1.1.0 -[1.0.0]: - https://github.com/kytta/share2fedi/compare/e85aa15400bcdbcccf655d331f72df8304744b85...v1.0.0 +[1.0.0]: https://github.com/kytta/share2fedi/compare/e85aa15400bcdbcccf655d331f72df8304744b85...v1.0.0 diff --git a/package.json b/package.json index ca8a79c..0791c4e 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,6 @@ "assets/*.{png,svg}": "pnpm run build:icons" }, "prettier": { - "proseWrap": "always", "singleAttributePerLine": true }, "stylelint": {