Update eslint-plugin-react

Enables jsx-no-bind checking (although we may have to stop erroring
on this as we currently break this rule in a few places)
This commit is contained in:
David Baker
2018-05-02 17:30:37 +01:00
parent 9f8202c8a9
commit bf8612f864
2 changed files with 270 additions and 155 deletions
+1 -1
View File
@@ -110,7 +110,7 @@
"eslint-config-google": "^0.7.1",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react": "^7.7.0",
"estree-walker": "^0.5.0",
"expect": "^1.16.0",
"flow-parser": "^0.57.3",