Skip to content

Commit

Permalink
apply scagood's suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Good <[email protected]>
  • Loading branch information
gurgunday and scagood authored Sep 11, 2024
1 parent c0179f4 commit 43a2a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/always-return.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ module.exports = {
type: 'array',
items: {
type: 'string',
pattern: '^[\\w]+$',
pattern: '^\\w+$',
},
uniqueItems: true,
},
Expand Down

0 comments on commit 43a2a8d

Please sign in to comment.