Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc, schemas and annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 27, 2024
1 parent 244352c commit 5d2eb47
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion schemas/eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@
]
},
"eslint.validate": {
"default": null,
"description": "An array of language ids which should be validated by ESLint. If not installed ESLint will show an error.",
"items": {
"anyOf": [
Expand All @@ -438,7 +439,10 @@
]
},
"scope": "resource",
"type": "array"
"type": [
"array",
"null"
]
},
"eslint.workingDirectories": {
"items": {
Expand Down

0 comments on commit 5d2eb47

Please sign in to comment.