Skip to content

Commit

Permalink
Update default-props-match-prop-types tests for ESLint 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed May 20, 2017
1 parent 2d8d619 commit 0083670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/lib/rules/default-props-match-prop-types.js
Expand Up @@ -16,13 +16,14 @@ require('babel-eslint');

var parserOptions = {
ecmaVersion: 6,
sourceType: 'module',
ecmaFeatures: {
experimentalObjectRestSpread: true,
jsx: true
}
};

var ruleTester = new RuleTester({parserOptions: parserOptions});
var ruleTester = new RuleTester({parserOptions});

// ------------------------------------------------------------------------------
// Tests
Expand Down

0 comments on commit 0083670

Please sign in to comment.