mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-15 09:23:51 +01:00
Update config-luaurc.md
Fix example
This commit is contained in:
parent
c6c72d1bc8
commit
0e3642de35
1 changed files with 3 additions and 3 deletions
|
@ -26,14 +26,14 @@ applied. When multiple files are used, the file closer to the .lua file override
|
||||||
|
|
||||||
Example of a valid .luaurc file:
|
Example of a valid .luaurc file:
|
||||||
|
|
||||||
```json
|
```json5
|
||||||
{
|
{
|
||||||
"mode": "nonstrict"
|
"mode": "nonstrict",
|
||||||
"lint": {
|
"lint": {
|
||||||
"*": "fatal",
|
"*": "fatal",
|
||||||
"LocalUnused": "disabled",
|
"LocalUnused": "disabled",
|
||||||
},
|
},
|
||||||
"globals": ["expect"] // TestEZ
|
"globals": ["expect"] // TestEZ
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue