File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ extends:
1616 - prettier/flowtype
1717 - prettier/react
1818
19+ settings :
20+ react :
21+ version : " 16.4"
22+ flowVersion : " 0.67"
23+
1924env :
2025 es6 : true
2126 react-native/react-native : true
8287 - warn
8388 - reservedFirst : true
8489 ignoreCase : false
85- callbacksLast : true
8690 react/no-access-state-in-setstate : error
8791 react/no-did-mount-set-state : error
8892 react/no-did-update-set-state : error
Original file line number Diff line number Diff line change 147147 "eslint-config-prettier" : " 3.0.1" ,
148148 "eslint-plugin-babel" : " 5.1.0" ,
149149 "eslint-plugin-flowtype" : " 2.50.0" ,
150- "eslint-plugin-react" : " 7.10.0 " ,
150+ "eslint-plugin-react" : " 7.11.1 " ,
151151 "eslint-plugin-react-native" : " 3.2.0" ,
152152 "flow-bin" : " 0.67.1" ,
153153 "jest" : " 23.5.0" ,
Original file line number Diff line number Diff line change @@ -2607,10 +2607,11 @@ eslint-plugin-react-native@^3.2.1:
26072607 dependencies :
26082608 eslint-plugin-react-native-globals "^0.1.1"
26092609
2610- eslint-plugin-react@7.10.0 :
2611- version "7.10.0 "
2612- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.10.0 .tgz#af5c1fef31c4704db02098f9be18202993828b50 "
2610+ eslint-plugin-react@7.11.1 :
2611+ version "7.11.1 "
2612+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1 .tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c "
26132613 dependencies :
2614+ array-includes "^3.0.3"
26142615 doctrine "^2.1.0"
26152616 has "^1.0.3"
26162617 jsx-ast-utils "^2.0.1"
You can’t perform that action at this time.
0 commit comments