mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
Re-enable no-confusing-arrow rule (#10874)
This commit is contained in:
committed by
GitHub
parent
a324fbd2eb
commit
c51168a30a
@@ -90,7 +90,6 @@ module.exports = {
|
||||
'lines-between-class-members': 0, // disabled temporarily
|
||||
'new-cap': 0,
|
||||
'no-bitwise': 0,
|
||||
'no-confusing-arrow': 0,
|
||||
'no-continue': 0,
|
||||
'no-else-return': 0, // disabled temporarily
|
||||
'no-mixed-operators': 0,
|
||||
@@ -215,7 +214,6 @@ module.exports = {
|
||||
'no-restricted-globals': 0, // disabled temporarily
|
||||
'no-else-return': 0, // disabled temporarily
|
||||
'no-bitwise': 0,
|
||||
'no-confusing-arrow': 0,
|
||||
'no-continue': 0,
|
||||
'no-mixed-operators': 0,
|
||||
'no-multi-assign': 0,
|
||||
|
||||
Reference in New Issue
Block a user