Skip to content

Commit

Permalink
chore(rulesets): name should be required
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed May 30, 2022
1 parent f070f4e commit 891d874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rulesets/src/shared/functions/uniquenessTags.ts
Expand Up @@ -26,6 +26,7 @@ export default createRulesetFunction<Tags, null>(
type: 'string',
},
},
required: ['name'],
},
},
options: null,
Expand Down

0 comments on commit 891d874

Please sign in to comment.