Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit b00f14f

Browse files
Merge pull request #25 from strvcom/ecma-version
Specify ecmaVersion in react ruleset
2 parents 05b0539 + e496a10 commit b00f14f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

environments/react/v15.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222

2323
parserOptions: {
2424
sourceType: 'module',
25+
ecmaVersion: 2017,
2526
ecmaFeatures: {
2627
jsx: true,
2728
},

0 commit comments

Comments
 (0)