Skip to content

Commit

Permalink
Add hasSuggestions to sortTypeUnionIntersection (#57)
Browse files Browse the repository at this point in the history
Without this, eslint errors:

Rules with suggestions must set the `meta.hasSuggestions` property to `true`.
  • Loading branch information
reosarevok committed May 7, 2024
1 parent 9b699fd commit 7bb8b80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/sortTypeUnionIntersectionMembers.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,6 @@ export default {
type: 'object',
},
],
hasSuggestions: true,
},
};

0 comments on commit 7bb8b80

Please sign in to comment.