lune/.luaurc

12 lines
138 B
Text
Raw Normal View History

2023-01-18 20:47:14 -05:00
{
2023-06-08 11:15:41 +02:00
"languageMode": "strict",
"lint": {
"*": true
},
"lintErrors": false,
"typeErrors": true,
"globals": [
"warn"
]
2023-01-18 20:47:14 -05:00
}