Skip to content

Commit

Permalink
removing no-return-assign lint rule (facebook#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrscobbler committed Aug 31, 2016
1 parent f113481 commit 7d6a95b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ module.exports = {
'LabeledStatement',
'WithStatement',
],
'no-return-assign': 'warn',
'no-script-url': 'warn',
'no-self-assign': 'warn',
'no-self-compare': 'warn',
Expand Down

0 comments on commit 7d6a95b

Please sign in to comment.