From efd99a95f38d318e6665026b333cef2db75cfbf1 Mon Sep 17 00:00:00 2001
From: Siddharth Doshi <sidoshi510@gmail.com>
Date: Thu, 11 May 2017 19:04:52 +0530
Subject: [PATCH] disable ignoring unused vars prefixed with _ (#1763)

---
 packages/eslint-config-react-app/index.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/packages/eslint-config-react-app/index.js b/packages/eslint-config-react-app/index.js
index 128b96e0d..fac862c72 100644
--- a/packages/eslint-config-react-app/index.js
+++ b/packages/eslint-config-react-app/index.js
@@ -135,8 +135,6 @@ module.exports = {
     'no-unused-vars': [
       'warn',
       {
-        vars: 'local',
-        varsIgnorePattern: '^_',
         args: 'none',
         ignoreRestSiblings: true,
       },
-- 
GitLab