Skip to content

Commit 70794fe

Browse files
Enable unnecessary parentheses analyzer by default
1 parent 5fcad29 commit 70794fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@
859859
]
860860
},
861861
"FSharp.unnecessaryParenthesesAnalyzer": {
862-
"default": false,
862+
"default": true,
863863
"description": "Enables detection of unnecessary parentheses",
864864
"type": "boolean"
865865
},
@@ -1818,4 +1818,4 @@
18181818
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
18191819
},
18201820
"version": "7.22.0"
1821-
}
1821+
}

0 commit comments

Comments
 (0)