Commit 5992780 1 parent 4409178 commit 5992780 Copy full SHA for 5992780
File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"luau-lsp.require.directoryAliases" : {
3
3
"@pkg" : " node_modules/.luau-aliases"
4
- }
4
+ },
5
+ "stylua.targetReleaseVersion" : " v2.0.1"
5
6
}
Original file line number Diff line number Diff line change 1
1
[tools ]
2
2
rojo = { github = " rojo-rbx/rojo" , version = " =7.4.4" }
3
3
selene = { github = " Kampfkarren/selene" , version = " =0.27.1" }
4
- stylua = { github = " JohnnyMorganz/styLua" , version = " =0.19 .1" }
5
- darklua = { github = " seaofvoices/darklua" , version = " =0.13.1 " }
6
- luau-lsp = { github = " JohnnyMorganz/luau-lsp" , version = " =1.32.4 " }
4
+ stylua = { github = " JohnnyMorganz/styLua" , version = " =2.0 .1" }
5
+ darklua = { github = " seaofvoices/darklua" , version = " =0.14.0 " }
6
+ luau-lsp = { github = " JohnnyMorganz/luau-lsp" , version = " =1.35.0 " }
7
7
wally = { github = " UpliftGames/wally" , version = " =0.3.2" }
Original file line number Diff line number Diff line change 22
22
"lint" : " sh ./scripts/analyze.sh" ,
23
23
"format" : " stylua ." ,
24
24
"style-check" : " stylua . --check" ,
25
- "clean" : " rm -rf node_modules roblox build"
25
+ "clean" : " rm -rf node_modules roblox build" ,
26
+ "verify-pack" : " yarn pack --dry-run"
26
27
},
27
28
"dependencies" : {
28
29
"luau-task" : " ^1.0.1"
You can’t perform that action at this time.
0 commit comments