Skip to content

Commit df02af2

Browse files
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 <[email protected]> Co-authored-by: Bartek Iwańczuk <[email protected]>
1 parent 4a2b8fc commit df02af2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cli/schemas/config-file.v1.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,13 @@
292292
"type": "string"
293293
}
294294
},
295+
"plugins": {
296+
"type": "array",
297+
"description": "UNSTABLE: List of plugins to load. These can be paths, npm or jsr specifiers",
298+
"items": {
299+
"type": "string"
300+
}
301+
},
295302
"rules": {
296303
"type": "object",
297304
"properties": {

0 commit comments

Comments
 (0)