mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Update config-luaurc.md
This commit is contained in:
parent
0e3642de35
commit
c201b61c49
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ File-based JSON configuration may or may not map cleanly to environments that do
|
|||
|
||||
Support for two ways to specify the mode, "mode" and "language"/"mode", complicates specification a bit.
|
||||
|
||||
Using JSON5 instead of vanilla JSON limits the interoperability.
|
||||
|
||||
Making the default set of linting passes fatal requires enumerating them one by one, as "*": "fatal" means "enable all linting passes and make them fatal" (unlike -Werror).
|
||||
|
||||
Making the type checking issues visible but non-fatal is impossible.
|
||||
|
|
Loading…
Add table
Reference in a new issue