lune-luau-template/.lune/lint.luau
2024-07-08 16:17:28 +05:30

7 lines
232 B
Text
Executable file

--> 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))