shiori/internal
cbe 7765e5bf42
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 11:02:31 +01:00
..
cmd refactor: migrate ebook routes to new http server (#742) 2023-10-29 11:57:07 +01:00
config just use one dependency for uuid (#736) 2023-09-16 18:34:51 +02:00
core Fix typos (#756) 2023-10-22 17:43:49 +02:00
database Fix typos (#756) 2023-10-22 17:43:49 +02:00
domains Run legacy API and new API at the same time. (#648) 2023-07-19 18:25:41 +02:00
http chore: comment unused functions 2023-10-29 15:42:57 +01:00
model refactor: migrate ebook routes to new http server (#742) 2023-10-29 11:57:07 +01:00
testutil Run legacy API and new API at the same time. (#648) 2023-07-19 18:25:41 +02:00
view chore: frontend formatting (#764) 2023-11-05 11:02:31 +01:00
webserver refactor: migrate ebook routes to new http server (#742) 2023-10-29 11:57:07 +01:00
assets.go Start working on new REST API. Refactor logic in domains. (#497) 2023-07-17 14:30:18 +01:00