Skip to content

Commit b6e911b

Browse files
committed
Remove unnecessary babel-eslint
1 parent fcff54e commit b6e911b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/lib/rules/destructuring-assignment.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ ruleTester.run('destructuring-assignment', rule, {
133133
this.state.foo = 'bar';
134134
}
135135
};`,
136-
options: ['always'],
137-
parser: 'babel-eslint'
136+
options: ['always']
138137
}],
139138

140139
invalid: [{

0 commit comments

Comments
 (0)