lune/.luaurc

12 lines
138 B
Text
Raw Normal View History

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