Skip to content

Commit e35d9da

Browse files
committed
FEAT: lint fixes
1 parent 2f1a44f commit e35d9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ test('types option: boolean type accepts 1 and 0 as boolean values', t => {
585585
parsebooleans: false,
586586
types: {
587587
a: 'boolean',
588-
b: 'boolean'
588+
b: 'boolean',
589589
},
590590
}), {
591591
a: true,

0 commit comments

Comments
 (0)