Skip to content

Commit f301109

Browse files
sendilkumarnakstuhl
authored andcommitted
remove radix eslint rule (facebook#3844)
1 parent 3b397f9 commit f301109

File tree

1 file changed

+0
-1
lines changed
  • packages/eslint-config-react-app

1 file changed

+0
-1
lines changed

packages/eslint-config-react-app/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ module.exports = {
157157
],
158158
'no-with': 'warn',
159159
'no-whitespace-before-property': 'warn',
160-
radix: 'warn',
161160
'require-yield': 'warn',
162161
'rest-spread-spacing': ['warn', 'never'],
163162
strict: ['warn', 'never'],

0 commit comments

Comments
 (0)