From 6cd7f71714656984c476da0a4c48946c751a06e0 Mon Sep 17 00:00:00 2001 From: Ernisto <63774497+ernisto@users.noreply.github.com> Date: Sun, 8 Dec 2024 17:45:28 -0300 Subject: [PATCH] remove default option for languageMode Co-authored-by: JohnnyMorganz --- editors/code/schemas/luaurc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/editors/code/schemas/luaurc.json b/editors/code/schemas/luaurc.json index 9d9f55ba..33dcea89 100644 --- a/editors/code/schemas/luaurc.json +++ b/editors/code/schemas/luaurc.json @@ -60,7 +60,6 @@ "lint": { "title": "Lints to enable", "description": "Points to an object that maps string literals that correspond to the names of linting rules (see https://luau-lang.org/lint), or \"*\" that means \"all rules\", to a boolean (to enable/disable the lint)", - "default": "nonstrict", "examples": [ { "*": false, "FormatString": true }, { "LocalShadow": false }