Skip to content

Commit

Permalink
fix(src): codify dependency between "newlines-between-types" and "sor…
Browse files Browse the repository at this point in the history
…tTypesGroup" in rule schema
  • Loading branch information
Xunnamius committed Jan 26, 2025
1 parent 4016f3e commit 3d3b98b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/rules/order.js
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,14 @@ module.exports = {
},
},
additionalProperties: false,
dependencies: {
'newlines-between-types': {
properties: {
sortTypesGroup: { enum: [true] },
},
required: ['sortTypesGroup'],
},
},
},
],
},
Expand Down

0 comments on commit 3d3b98b

Please sign in to comment.