lune-luau-template/.lune/lint.luau

8 lines
232 B
Text
Raw Normal View History

2024-07-08 11:47:28 +01:00
--> Lints source code using selene
local command = require("util/command")
local process = require("@lune/process")
local args = table.clone(process.args)
command.run("selene", table.remove(args, 1) or "src/", table.unpack(args))