chore: initial commit
This commit is contained in:
commit
ed8c3dde6c
6 changed files with 56 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.PHONY: lint
|
||||
|
||||
lint:
|
||||
luacheck lua
|
||||
|
||||
fmt:
|
||||
stylua --config-path stylua.toml --glob 'lua/**/*.lua' -- lua
|
||||
Loading…
Add table
Add a link
Reference in a new issue