Skip to content

Commit f994f3b

Browse files
mrscobblerfeiqitian
authored andcommitted
removing no-return-assign lint rule (facebook#528) (facebook#529)
1 parent 4335f03 commit f994f3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/eslint.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ module.exports = {
115115
'LabeledStatement',
116116
'WithStatement',
117117
],
118-
'no-return-assign': 'warn',
119118
'no-script-url': 'warn',
120119
'no-self-assign': 'warn',
121120
'no-self-compare': 'warn',

0 commit comments

Comments
 (0)