From eabd8b98a94f7354ccb9545867a1381554b258c3 Mon Sep 17 00:00:00 2001 From: Neil Gabbadon Date: Wed, 24 Feb 2016 04:28:19 -0500 Subject: [PATCH] Enable eslint rule react/no-is-mounted --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index f5ed02bdf08ee6..acba7fed1e360f 100644 --- a/.eslintrc +++ b/.eslintrc @@ -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