selene-lib 0.3.0

A library for linting Lua code. You probably want selene instead.
Documentation
1
2
3
4
5
6
script.Name = "Okay"
script.Child = "Oops"
script.Child.Name = "Okay"
script.Child.Name.UhOh = "Oops"
script.Child.Grandchild = "Oops"
script.Child.Grandchild.Name = "Okay"