Disable prose wrap for Prettier

This commit is contained in:
Nikita Karamov 2024-02-07 14:31:42 +01:00
parent c2cc47a0da
commit 2ce8c0fcb8
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -69,7 +69,6 @@
"assets/*.{png,svg}": "pnpm run build:icons"
},
"prettier": {
"proseWrap": "always",
"singleAttributePerLine": true
},
"stylelint": {