Skip to content

Commit 1e7d163

Browse files
committed
implied strict: false
1 parent 8a8ffc1 commit 1e7d163

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.eslintrc.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"extends": "react-app",
33
"parserOptions": {
44
"ecmaVersion": 5,
5-
"sourceType": "default",
5+
"sourceType": "script",
66
"ecmaFeatures": {
77
"jsx": false,
8-
"generators": true
8+
"generators": true,
9+
"impliedStrict": false
910
}
1011
},
1112
"rules": {

0 commit comments

Comments
 (0)