Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
removing no-return-assign lint rule (#528)
  • Loading branch information
mrscobbler committed Aug 31, 2016
commit 7d6a95bb2f9a5f9a13c41734c1c5328c88832fba
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