From ee2dd27ec152d21beff941c6f607b15077c53888 Mon Sep 17 00:00:00 2001
From: Sendil Kumar N <sendilkumarn@live.com>
Date: Wed, 17 Jan 2018 23:40:04 +0100
Subject: [PATCH] remove radix eslint rule (#3844)

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

diff --git a/packages/eslint-config-react-app/index.js b/packages/eslint-config-react-app/index.js
index 6bb7897ff..de803cf72 100644
--- a/packages/eslint-config-react-app/index.js
+++ b/packages/eslint-config-react-app/index.js
@@ -157,7 +157,6 @@ module.exports = {
     ],
     'no-with': 'warn',
     'no-whitespace-before-property': 'warn',
-    radix: 'warn',
     'require-yield': 'warn',
     'rest-spread-spacing': ['warn', 'never'],
     strict: ['warn', 'never'],
-- 
GitLab