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.
class-methods-use-this
getChildContext
1 parent 59db4aa commit 24223eeCopy full SHA for 24223ee
packages/eslint-config-airbnb/rules/react.js
@@ -23,6 +23,7 @@ module.exports = {
23
'render',
24
'getInitialState',
25
'getDefaultProps',
26
+ 'getChildContext',
27
'componentWillMount',
28
'componentDidMount',
29
'componentWillReceiveProps',
0 commit comments