mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
11 lines
138 B
Text
11 lines
138 B
Text
{
|
|
"languageMode": "strict",
|
|
"lint": {
|
|
"*": true
|
|
},
|
|
"lintErrors": false,
|
|
"typeErrors": true,
|
|
"globals": [
|
|
"warn"
|
|
]
|
|
}
|