Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoizey committed Oct 15, 2020
1 parent a25b994 commit 6f19020
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@
},
"additionalProperties": {
"type": "object",
"required": ["level"],
"required": [
"level"
],
"properties": {
"zeroWidth": {
"type": "boolean",
Expand All @@ -170,15 +172,20 @@
"level": {
"type": "string",
"description": "Severity level associated with this character",
"enum": ["none", "info", "warning", "error"],
"enum": [
"none",
"info",
"warning",
"error"
],
"enumDescriptions": [
"Do not mark - used to disable configuration from other scopes (e.g. defaults)",
"Highlight using **info** color and log as **info** in problem pane",
"Highlight using **warning** color and log as **warning** in problem pane",
"Highlight using **error** color and log as **error** in problem pane"
]
},
"hideGutterIcon" : {
"hideGutterIcon": {
"type": "boolean",
"description": "If true, hides the gutter icon for this character"
},
Expand Down

0 comments on commit 6f19020

Please sign in to comment.