mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
Put custom component methods before render methods
This commit is contained in:
@@ -211,6 +211,7 @@ module.exports = {
|
||||
'componentDidUpdate',
|
||||
'componentWillUnmount',
|
||||
'/^on.+$/',
|
||||
'everything-else',
|
||||
'/^get.+$/',
|
||||
'/^render.+$/',
|
||||
'render'
|
||||
|
||||
Reference in New Issue
Block a user