Skip to content

Commit 8cb6c5b

Browse files
Fix eslint warning
1 parent cc644be commit 8cb6c5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
"react/no-danger": 0,
3737
"jest/valid-expect": 0,
3838
"new-cap": 0
39+
},
40+
"settings": {
41+
"react": {
42+
"version": "16.8"
43+
}
3944
}
4045
},
4146
"babel": {

0 commit comments

Comments
 (0)