mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
This ensure that we run prettier across all supported filetypes to check for any formatting / style inconsistencies. Previously, it was only run for files in the website/ directory using a deprecated pre-commit plugin. The benefit to keeping this in our pre-commit config is that devs can optionally run these checks locally with `pre-commit run --config .github/pre-commit-config.yaml`. --------- Signed-off-by: Jamil <jamilbk@users.noreply.github.com> Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
13 lines
183 B
Plaintext
13 lines
183 B
Plaintext
elixir/_build
|
|
elixir/deps
|
|
elixir/apps/web/assets
|
|
rust/target
|
|
kotlin/android/build
|
|
website/node_modules
|
|
**/*.sh
|
|
**/*.ex
|
|
**/*.rs
|
|
**/*.wxs
|
|
**/pnpm-lock.yaml
|
|
swift/apple/**/Contents.json
|