Commit 497371b6 authored by Sophia's avatar Sophia Committed by Dan Abramov
Browse files

removing no-return-assign lint rule (#528) (#529)

parent f1134810
Showing with 0 additions and 1 deletion
+0 -1
......@@ -115,7 +115,6 @@ module.exports = {
'LabeledStatement',
'WithStatement',
],
'no-return-assign': 'warn',
'no-script-url': 'warn',
'no-self-assign': 'warn',
'no-self-compare': 'warn',
......
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