We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2626e0b + fe42d0b commit a70000bCopy full SHA for a70000b
linters/.eslintrc
@@ -191,16 +191,21 @@
191
"react/sort-comp": [2, {
192
"order": [
193
"displayName",
194
+ "propTypes",
195
+ "contextTypes",
196
+ "childContextTypes",
197
"mixins",
198
"statics",
- "propTypes",
199
+ "defaultProps",
200
"getDefaultProps",
201
"getInitialState",
202
+ "getChildContext",
203
"componentWillMount",
204
"componentDidMount",
205
"componentWillReceiveProps",
206
"shouldComponentUpdate",
207
"componentWillUpdate",
208
+ "componentDidUpdate",
209
"componentWillUnmount",
210
"/^on.+$/",
211
"/^get.+$/",
0 commit comments