Skip to content

Commit 4d83231

Browse files
committed
style: prettify rule file
1 parent 44850ff commit 4d83231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/prefer-query-matchers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default createTestingLibraryRule<Options, MessageIds>({
4343
properties: {
4444
query: {
4545
type: 'string',
46-
enum: ['get', 'query']
46+
enum: ['get', 'query'],
4747
},
4848
matcher: {
4949
type: 'string',

0 commit comments

Comments
 (0)