semver-luau/rokit.toml
Erica Marigold f620acee55
chore: include dev utility scripts and ci workflow
* Includes dev utility scripts for fmt and typecheck.
* Includes a CI workflow which checks formatting, runs tests, and does
  typechecking.
2024-11-21 18:52:57 +00:00

9 lines
335 B
TOML

# This file lists tools managed by Rokit, a toolchain manager for Roblox projects.
# For more information, see https://github.com/rojo-rbx/rokit
# New tools can be added by running `rokit add <tool>` in a terminal.
[tools]
lune = "lune-org/lune@0.8.9"
stylua = "JohnnyMorganz/StyLua@2.0.1"
luau-lsp = "JohnnyMorganz/luau-lsp@1.35.0"