Skip to content

Commit cdd1bad

Browse files
authored
Merge pull request #113 from plotly/112-fix-test
specify react version for linter
2 parents 6fe45a7 + a465275 commit cdd1bad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.eslintrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,10 @@
3333
},
3434
"plugins": [
3535
"react"
36-
]
36+
],
37+
"settings": {
38+
"react": {
39+
"version": "^15.6.1"
40+
}
41+
}
3742
}

0 commit comments

Comments
 (0)