Update 'Building your first mod'

Lucas Schwiderski 2023-03-16 15:37:59 +01:00
parent 232d6d7317
commit 149f290c40

@ -57,3 +57,4 @@ But there are two limitations, since DTMT cannot do a full deployment like DTMM:
### Lua ### Lua
DTMT will already run a basic syntax check on your Lua files. For additional static analysis, install [luacheck](https://github.com/mpeterv/luacheck) and integrate it with your chosen editor. DTMT will already run a basic syntax check on your Lua files. For additional static analysis, install [luacheck](https://github.com/mpeterv/luacheck) and integrate it with your chosen editor.
[selene](https://github.com/Kampfkarren/selene) exists, too, and might work as an addition for its extra lints.