Skip to content

Commit

Permalink
Enable eslint rule react/no-is-mounted
Browse files Browse the repository at this point in the history
  • Loading branch information
newoga committed Feb 24, 2016
1 parent 6c4fbd7 commit eabd8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ rules:
react/no-direct-mutation-state: 2
react/no-multi-comp: 0 # Wishlist, one day
react/no-unknown-property: 2
react/no-is-mounted: 0 # Wishlist, one day
react/no-is-mounted: 2
react/prefer-arrow-callback: 0 # Wishlist, one day
react/prefer-es6-class: 0 # Wishlist, one day
react/prop-types: 2
Expand Down

0 comments on commit eabd8b9

Please sign in to comment.