mirror of
https://github.com/0x5eal/semver-luau.git
synced 2024-12-12 15:00:36 +00:00
Erica Marigold
f620acee55
* Includes dev utility scripts for fmt and typecheck. * Includes a CI workflow which checks formatting, runs tests, and does typechecking.
9 lines
335 B
TOML
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"
|