You've already forked AstralRinth
forked from didirus/AstralRinth
feat: consistently format all HTML, XML, JSON, CSS, JS, TS, SQL, TOML, YAML, and Markdown files as far as possible (#4193)
* feat: consistently format all HTML, XML, JSON, CSS, JS, TS, SQL, TOML, YAML, and Markdown files * chore: deal with VS Code not being able to parse valid editorconfig syntax Sometimes I'm surprised that computers even work. * chore: get rid of IntelliJ IDE config files that should not be there These were already added to the `.gitignore` a long time ago, and now are being ignored by Prettier. * fix: rename `tooling-config` `format` script to `fix` for it to run with Turbo
This commit is contained in:
committed by
GitHub
parent
6f59f4c110
commit
1454e3351e
15
packages/app-lib/.prettierignore
Normal file
15
packages/app-lib/.prettierignore
Normal file
@@ -0,0 +1,15 @@
|
||||
**/*.rs
|
||||
.sqlx
|
||||
|
||||
# Migrations existing before Prettier formatted them shall always be ignored,
|
||||
# as any changes to them will break existing deployments
|
||||
migrations/20240711194701_init.sql
|
||||
migrations/20240813205023_drop-active-unique.sql
|
||||
migrations/20240930001852_disable-personalized-ads.sql
|
||||
migrations/20241222013857_feature-flags.sql
|
||||
migrations/20250318160526_protocol-versions.sql
|
||||
migrations/20250408181656_add-join-log.sql
|
||||
migrations/20250413162050_skin-selector.sql
|
||||
migrations/20250428171350_add-profile-feature-version.sql
|
||||
migrations/20250429150111_add-attached-world-data.sql
|
||||
migrations/20250514181748_skin_nametag_setting.sql
|
||||
Reference in New Issue
Block a user