nichts/nyx/.luarc.json
2024-04-09 23:11:33 +02:00

20 lines
418 B
JSON

{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"workspace": {
"library": ["runtime/lua"],
"checkThirdParty": "Disable"
},
"diagnostics": {
"groupFileStatus": {
"strict": "Opened",
"strong": "Opened"
},
"groupSeverity": {
"strong": "Warning",
"strict": "Warning"
},
"unusedLocalExclude": ["_*"],
"disable": ["luadoc-miss-see-name"]
}
}