Skip to content

Commit

Permalink
Some minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Dec 16, 2019
1 parent 46ea301 commit 7b5c405
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-eslint",
"displayName": "ESLint",
"description": "Integrates ESLint JavaScript into VS Code.",
"version": "2.0.2",
"version": "2.0.3",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -151,7 +151,8 @@
]
},
"default": "location"
}
},
"required": ["mode"]
},
{
"type": "object",
Expand All @@ -165,7 +166,8 @@
"description": "Whether the process's cwd should be changed as well."
}
},
"deprecationMessage": "Use the new !cwd form."
"deprecationMessage": "Use the new !cwd form.",
"required": ["directory"]
},
{
"type": "object",
Expand All @@ -178,7 +180,8 @@
"type": "boolean",
"description": "Set to true if ESLint shouldn't change the working directory."
}
}
},
"required": ["directory"]
},
{
"type": "object",
Expand All @@ -191,7 +194,8 @@
"type": "boolean",
"description": "Set to true if ESLint shouldn't change the working directory."
}
}
},
"required": ["pattern"]
}
]
}
Expand All @@ -216,7 +220,7 @@
"description": "Whether auto fixes are provided for the language."
}
},
"deprecationMessage": "Auto Fix is enabled by default. Use the single sting form."
"deprecationMessage": "Auto Fix is enabled by default. Use the single string form."
}
]
},
Expand Down

0 comments on commit 7b5c405

Please sign in to comment.