aboutsummaryrefslogtreecommitdiff
path: root/.luarc.json
blob: 7a1b616331a809cd8646d158925f7e4bf883b48c (plain)
1
2
3
4
5
6
7
8
{
  "diagnostics": {
    "globals": ["love"],
    "disable": [
      "lowercase-global"
    ]
  }
}