Skip to content

Commit

Permalink
Actually remove experimental rest spread flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Solomon committed May 20, 2017
1 parent f01b82d commit fbacf4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/lib/rules/jsx-closing-tag-location.js
Expand Up @@ -13,7 +13,6 @@ const RuleTester = require('eslint').RuleTester;
const parserOptions = {
sourceType: 'module',
ecmaFeatures: {
experimentalObjectRestSpread: true,
jsx: true
}
};
Expand Down

0 comments on commit fbacf4d

Please sign in to comment.