Skip to content

Commit 6749917

Browse files
committed
Fix #1437
Missing default value for ignoredDiagnosticCodes config option
1 parent 4bf2828 commit 6749917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"items": {
7575
"type": "string"
7676
},
77+
"default": [],
7778
"order": 80
7879
},
7980
"ignoreUnusedSuggestionDiagnostics": {

0 commit comments

Comments
 (0)