Disable undefined globals and add config from SabineWren/wow-api-type-definitions
This commit is contained in:
parent
a3ed13202e
commit
8a89bf0d4b
3 changed files with 20 additions and 3 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
wow-api-type-definitions
|
19
.luarc.json
19
.luarc.json
|
@ -1,5 +1,18 @@
|
||||||
{
|
{
|
||||||
"diagnostics.disable": [
|
"diagnostics.globals": [
|
||||||
"undefined-global"
|
"arg",
|
||||||
]
|
"arg1",
|
||||||
|
"arg2",
|
||||||
|
"arg3",
|
||||||
|
"arg4",
|
||||||
|
"arg5",
|
||||||
|
"arg6",
|
||||||
|
"arg7",
|
||||||
|
"arg8",
|
||||||
|
"arg9",
|
||||||
|
"event"
|
||||||
|
],
|
||||||
|
"runtime.version": "Lua 5.1",
|
||||||
|
"type.inferParamType": true,
|
||||||
|
"workspace.library": ["wow-api-type-definitions"]
|
||||||
}
|
}
|
||||||
|
|
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Default keybinds
|
||||||
|
|
||||||
|
See [wow-api-type-definitions](https://github.com/SabineWren/wow-api-type-definitions)
|
Loading…
Reference in a new issue