This addon tracks resists.
- Install luarocks for Lua dependency management, formatting, and linting. Follow the instructions to get it installed here.
- Then
make install
. This should take a while.
make fmt
This formats all .xml and .lua source files using the config defined in .tidyconfig
(.xml) and .luaformatconfig
(.lua).
See html-tidy and LuaFormatter for more information.
make lint
This formats all .xml and .lua source files using the config defined in .tidyconfig
(.xml) and .luacheckrc
(.lua).