Skip to content

Commit 2c26413

Browse files
committed
Merge pull request airbnb#461 from slava-sh/patch-1
Put `everything-else` before `render`
2 parents 909fc8b + 0068cc1 commit 2c26413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config-airbnb/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ module.exports = {
211211
'componentDidUpdate',
212212
'componentWillUnmount',
213213
'/^on.+$/',
214+
'everything-else',
214215
'/^get.+$/',
215216
'/^render.+$/',
216217
'render'

0 commit comments

Comments
 (0)