Skip to content

Commit e107523

Browse files
chore: add new rule to type
1 parent 0a95bdf commit e107523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/types/redocly-yaml.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ const builtInOAS3Rules = [
115115
'no-duplicated-tag-names',
116116
'nullable-type-sibling',
117117
'no-illogical-one-of-usage',
118+
'no-illogical-any-of-usage',
118119
] as const;
119120

120121
export type BuiltInOAS3RuleId = typeof builtInOAS3Rules[number];

0 commit comments

Comments
 (0)