Skip to content

Commit

Permalink
remove default option for languageMode
Browse files Browse the repository at this point in the history
Co-authored-by: JohnnyMorganz <[email protected]>
  • Loading branch information
ernisto and JohnnyMorganz authored Dec 8, 2024
1 parent a9b9974 commit 6cd7f71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editors/code/schemas/luaurc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 6cd7f71

Please sign in to comment.