Skip to content

Commit 7bb8b80

Browse files
authored
Add hasSuggestions to sortTypeUnionIntersection (#57)
Without this, eslint errors: Rules with suggestions must set the `meta.hasSuggestions` property to `true`.
1 parent 9b699fd commit 7bb8b80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/sortTypeUnionIntersectionMembers.js

+1
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,6 @@ export default {
228228
type: 'object',
229229
},
230230
],
231+
hasSuggestions: true,
231232
},
232233
};

0 commit comments

Comments
 (0)