mirror of
https://github.com/CompeyDev/blog.devcomp.xyz.git
synced 2024-12-12 12:50:41 +00:00
10 lines
165 B
Text
10 lines
165 B
Text
|
{
|
||
|
"languageMode": "strict",
|
||
|
"lintErrors": true,
|
||
|
"lint": {
|
||
|
"*": true
|
||
|
},
|
||
|
"aliases": {
|
||
|
"pkg": "./node_modules/.luau-aliases"
|
||
|
}
|
||
|
}
|