Skip to content

Commit

Permalink
removing no-return-assign lint rule (facebook#528) (facebook#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrscobbler authored and George Czabania committed Sep 7, 2016
1 parent 17060dd commit 8c96b72
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 8c96b72

Please sign in to comment.