mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 00:22:42 -05:00
[PR #1902] [CLOSED] chore: format all files with prettier #2756
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1902
Author: @Fredkiss3
Created: 11/21/2025
Status: ❌ Closed
Base:
dev← Head:chore/fix-formatting📝 Commits (10+)
c85ed2f➕install prettier72b6735🙈 ignore files for formattingcdf27d5🎨 format all files4da2f45👷 add jobs for checking formatting8338cfe🎨 fix formatting4bb6f4f👷update CI format job8f6c39d👷 recommend runningnpm run format2cf5dec⚗️ test with formatting error283a64e👷fix job2131cd3👷refactor CI format check📊 Changes
549 files changed (+8396 additions, -6255 deletions)
View changed files
📝
.eslintrc.json(+1 -4)➕
.github/workflows/check-format.yml(+28 -0)➕
.prettierignore(+12 -0)➕
.vscode/extensions.json(+3 -0)➕
.vscode/settings.json(+22 -0)📝
components.json(+1 -1)📝
drizzle.pg.config.ts(+1 -3)📝
drizzle.sqlite.config.ts(+1 -3)📝
esbuild.mjs(+62 -33)📝
eslint.config.js(+16 -16)📝
package-lock.json(+6 -34)📝
package.json(+5 -3)📝
postcss.config.mjs(+2 -2)📝
server/auth/password.ts(+3 -3)📝
server/auth/passwordSchema.ts(+6 -3)📝
server/auth/sessions/newt.ts(+9 -13)📝
server/auth/sessions/olm.ts(+9 -13)📝
server/auth/sessions/verifySession.ts(+5 -2)📝
server/cleanup.ts(+1 -1)📝
server/db/countries.ts(+507 -507)...and 80 more files
📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Main changes:
Included files are:
.prettierignorefile to see excluded files: https://github.com/Fredkiss3/pangolin/blob/chore/fix-formatting/.prettierignoreOther changes:
npm run format.vscode/settings.jsonwith some default options: setting prettier as the default formatter, and formatting on save.vscode/extensions.jsonwith recommendations for new contributors recommending them to install prettier extension if not installed🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.