Commit ee2dd27e authored by Sendil Kumar N's avatar Sendil Kumar N Committed by Dan Abramov
Browse files

remove radix eslint rule (#3844)

parent c9b289b6
Showing with 0 additions and 1 deletion
+0 -1
...@@ -157,7 +157,6 @@ module.exports = { ...@@ -157,7 +157,6 @@ module.exports = {
], ],
'no-with': 'warn', 'no-with': 'warn',
'no-whitespace-before-property': 'warn', 'no-whitespace-before-property': 'warn',
radix: 'warn',
'require-yield': 'warn', 'require-yield': 'warn',
'rest-spread-spacing': ['warn', 'never'], 'rest-spread-spacing': ['warn', 'never'],
strict: ['warn', 'never'], strict: ['warn', 'never'],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment