Disable prose wrap for Prettier
This commit is contained in:
parent
c2cc47a0da
commit
2ce8c0fcb8
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -69,7 +69,6 @@
|
|||
"assets/*.{png,svg}": "pnpm run build:icons"
|
||||
},
|
||||
"prettier": {
|
||||
"proseWrap": "always",
|
||||
"singleAttributePerLine": true
|
||||
},
|
||||
"stylelint": {
|
||||
|
|
Reference in a new issue