Skip to content

Commit

Permalink
Remove unnecessary babel-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzherdev committed Jun 14, 2018
1 parent fcff54e commit b6e911b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/lib/rules/destructuring-assignment.js
Expand Up @@ -133,8 +133,7 @@ ruleTester.run('destructuring-assignment', rule, {
this.state.foo = 'bar';
}
};`,
options: ['always'],
parser: 'babel-eslint'
options: ['always']
}],

invalid: [{
Expand Down

0 comments on commit b6e911b

Please sign in to comment.