From c201b61c493c4bb29005f24c70133817d02f665a Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 7 Jun 2021 19:33:56 -0700 Subject: [PATCH] Update config-luaurc.md --- rfcs/config-luaurc.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rfcs/config-luaurc.md b/rfcs/config-luaurc.md index c42b0942..5bdc5b6e 100644 --- a/rfcs/config-luaurc.md +++ b/rfcs/config-luaurc.md @@ -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.