Skip to content

Commit 497371b

Browse files
mrscobblergaearon
authored andcommitted
removing no-return-assign lint rule (#528) (#529)
1 parent f113481 commit 497371b

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)