Skip to content

Commit

Permalink
Change react sort comp order to better structure instance variables
Browse files Browse the repository at this point in the history
  • Loading branch information
viralganatra committed Sep 5, 2018
1 parent 114452e commit e7fabc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/eslint/config.js
Expand Up @@ -21,6 +21,7 @@ module.exports = {
'react/sort-comp': ['error', {
'order': [
'static-methods',
'instance-variables',
'lifecycle',
'/^on.+$/',
'everything-else',
Expand Down

0 comments on commit e7fabc1

Please sign in to comment.