Skip to content

Commit

Permalink
Add missing rule keys to JSON Schema (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jul 5, 2024
1 parent 71e89a2 commit 1f61f77
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/knip/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,21 @@
"rules": {
"type": "object",
"properties": {
"binaries": {
"$ref": "#/definitions/ruleValue"
},
"classMembers": {
"$ref": "#/definitions/ruleValue"
},
"dependencies": {
"$ref": "#/definitions/ruleValue"
},
"devDependencies": {
"$ref": "#/definitions/ruleValue"
},
"optionalPeerDependencies": {
"$ref": "#/definitions/ruleValue"
},
"duplicates": {
"$ref": "#/definitions/ruleValue"
},
Expand Down

0 comments on commit 1f61f77

Please sign in to comment.