EmmyLua: disable undefined-global hint

This commit is contained in:
andrew6180 2024-05-21 02:24:50 -07:00
parent 0f88bb2639
commit 43f28cdff6

10
.emmyrc.json Normal file
View file

@ -0,0 +1,10 @@
{
"diagnostics": {
"disable": ["undefined-global"],
"globals": [],
"globalRegex": [
],
"severity": {
}
}
}