summaryrefslogtreecommitdiff
path: root/.luacheckrc
blob: a5aea614d86c57854f4e49ea080a85e53d799bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
max_line_length = 160

globals = {
	"playersettings",
}

read_globals = {
	"dump",
	table = { fields = { "indexof", "copy" } },

	"core",
	"unified_inventory",
}