mirror of
https://github.com/CompeyDev/lune-luau-template.git
synced 2024-12-12 12:50:41 +00:00
12 lines
144 B
Text
12 lines
144 B
Text
|
{
|
||
|
"languageMode": "strict",
|
||
|
"lint": {
|
||
|
"*": true,
|
||
|
"FunctionUnused": false
|
||
|
},
|
||
|
"lintErrors": true,
|
||
|
"globals": [
|
||
|
"warn"
|
||
|
]
|
||
|
}
|