From ab94f9f014175c4348dc3ee1d058483e9e5be609 Mon Sep 17 00:00:00 2001 From: Jinksi Date: Thu, 6 Jul 2017 20:41:03 +1000 Subject: [PATCH] Update .eslintrc --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index ba7ce0e..28e610d 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,6 +1,7 @@ { "extends": ["standard", "standard-react"], "rules": { - "react/prop-types": "off" + "react/prop-types": "off", + "no-unused-vars": "warn" } }