mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
When viewing the generated sources, code is a lot easier to follow if it is properly formatted. For this, we need to install the `ktlint` tool.
20 lines
326 B
Plaintext
20 lines
326 B
Plaintext
# These are used for the dev environment.
|
|
# This should match the versions used in the built product.
|
|
nodejs 22.20.0
|
|
elixir 1.18.4-otp-27
|
|
erlang 27.3.4.1
|
|
|
|
# Used for static analysis
|
|
python 3.11.14
|
|
shfmt 3.9.0
|
|
|
|
# Used to lint Bash scripts
|
|
shellcheck 0.9.0
|
|
|
|
# GUI client
|
|
pnpm 10.18.3
|
|
|
|
# Android app
|
|
java openjdk-17
|
|
ktlint 1.7.1
|