Skip to content

Commit 8c96b72

Browse files
mrscobblerGeorge Czabania
authored and
George Czabania
committed
removing no-return-assign lint rule (facebook#528) (facebook#529)
1 parent 17060dd commit 8c96b72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/eslint.js

-1
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)