Skip to content

Commit 43a2a8d

Browse files
gurgundayscagood
andauthored
apply scagood's suggestion
Co-authored-by: Sebastian Good <2230835+scagood@users.noreply.github.com>
1 parent c0179f4 commit 43a2a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/always-return.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ module.exports = {
173173
type: 'array',
174174
items: {
175175
type: 'string',
176-
pattern: '^[\\w]+$',
176+
pattern: '^\\w+$',
177177
},
178178
uniqueItems: true,
179179
},

0 commit comments

Comments
 (0)