This website requires JavaScript.
Explore
Help
Sign in
go-shiori
/
shiori
Watch
1
Star
1
Fork
You've already forked shiori
0
mirror of
https://github.com/go-shiori/shiori.git
synced
2024-12-27 02:04:27 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
93f21e933c
shiori
/
package.json
8 lines
106 B
JSON
Raw
Normal View
History
Unescape
Escape
chore: frontend formatting (#764) * Install `prettier` Ignore everything in the first step as I want to see the size of changes that are going to happen first * Configure prettier - use tabs as the whole project prefers tabs - ignore a bunch of files that shouldn't be formatted * Check & format with prettier when compiling less * Update docs to use bun Since bun handles the dependencies used for the CSS compilation this should be the preferred method from now on. * Check actual result of prettier * Use LF line endings All files where formatted in LF and since it's most common in git repos we should probably keep it this way * Limit prettier to `internal/view/` See pull request review https://github.com/go-shiori/shiori/pull/764#pullrequestreview-1702935417 * Format code with prettier
2023-11-05 18:02:31 +08:00
{
"dependencies"
:
{
"clean-css-cli"
:
"^5.6.2"
,
"less"
:
"^4.2.0"
,
"prettier"
:
"^3.0.3"
}
}
Reference in a new issue
Copy permalink