1
1
Fork 0
mirror of https://github.com/lune-org/lune.git synced 2025-04-15 09:23:49 +01:00
lune/.luaurc
2023-01-18 20:47:14 -05:00

7 lines
113 B
Text

{
"languageMode": "strict",
"lint": { "*": true },
"lintErrors": false,
"typeErrors": true,
"globals": []
}