This commit is contained in:
aaron 2023-04-06 03:04:00 +01:00
parent 9d17a479e5
commit 9021d04e1e
3 changed files with 5 additions and 70 deletions

View file

@ -1,6 +1,6 @@
{
"languageMode": "strict",
"lint": { "BuiltinGlobalWrite": false, "UnknownGlobal": false },
"globals": [ "aa" ]
"globals": []
}