Skip to content

Commit ee2dd27

Browse files
sendilkumarngaearon
authored andcommitted
remove radix eslint rule (#3844)
1 parent c9b289b commit ee2dd27

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

Diff for: 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)