|
@ -76,7 +76,7 @@ module.exports = { |
|
|
"no-bitwise": "error", |
|
|
"no-bitwise": "error", |
|
|
"no-caller": "error", |
|
|
"no-caller": "error", |
|
|
"no-catch-shadow": "error", |
|
|
"no-catch-shadow": "error", |
|
|
"no-confusing-arrow": "error", |
|
|
"no-confusing-arrow": "off", |
|
|
"no-continue": "error", |
|
|
"no-continue": "error", |
|
|
"no-div-regex": "error", |
|
|
"no-div-regex": "error", |
|
|
"no-duplicate-imports": "error", |
|
|
"no-duplicate-imports": "error", |
|
|