mirror of
https://github.com/denoland/deno.git
synced 2025-02-12 16:59:32 -05:00
feat(unstable): add lint.plugins
to config schema (#27982)
Not sure what our handling of unstable properties in `deno.json` is. This PR adds it to the config schema. --------- Signed-off-by: Marvin Hagemeister <marvinhagemeister50@gmail.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
4a2b8fc22d
commit
df02af27fd
1 changed files with 7 additions and 0 deletions
|
@ -292,6 +292,13 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"type": "array",
|
||||
"description": "UNSTABLE: List of plugins to load. These can be paths, npm or jsr specifiers",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
Loading…
Add table
Reference in a new issue