Skip to content

Commit

Permalink
implied strict: false
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Feb 13, 2017
1 parent 8a8ffc1 commit 1e7d163
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"extends": "react-app",
"parserOptions": {
"ecmaVersion": 5,
"sourceType": "default",
"sourceType": "script",
"ecmaFeatures": {
"jsx": false,
"generators": true
"generators": true,
"impliedStrict": false
}
},
"rules": {
Expand Down

0 comments on commit 1e7d163

Please sign in to comment.