Skip to content

Commit 272ecb9

Browse files
author
Alex Kondratyuk
committed
remove unnecessary parser from test
1 parent e133db3 commit 272ecb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/lib/rules/sort-comp.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ ruleTester.run('sort-comp', rule, {
512512
' constructor() {}',
513513
'}'
514514
].join('\n'),
515-
parser: 'babel-eslint',
516515
errors: [{message: 'getDerivedStateFromProps should be placed after constructor'}]
517516
}, {
518517
// Type Annotations should not be at the top by default

0 commit comments

Comments
 (0)