Skip to content

Commit e5bf7da

Browse files
committed
Fix lint
1 parent fb5c87f commit e5bf7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/no-unused-prop-types.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2915,7 +2915,7 @@ ruleTester.run('no-unused-prop-types', rule, {
29152915
' }',
29162916
'}'
29172917
].join('\n'),
2918-
parser: 'babel-eslint',
2918+
parser: 'babel-eslint'
29192919
}
29202920
],
29212921

0 commit comments

Comments
 (0)