mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
chore: remove unnecessary eslint-disable directive (#7283)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
@@ -30,7 +30,6 @@ export default function mergeConfig(config1, config2) {
|
|||||||
return source;
|
return source;
|
||||||
}
|
}
|
||||||
|
|
||||||
// eslint-disable-next-line consistent-return
|
|
||||||
function mergeDeepProperties(a, b, prop, caseless) {
|
function mergeDeepProperties(a, b, prop, caseless) {
|
||||||
if (!utils.isUndefined(b)) {
|
if (!utils.isUndefined(b)) {
|
||||||
return getMergedValue(a, b, prop, caseless);
|
return getMergedValue(a, b, prop, caseless);
|
||||||
|
|||||||
Reference in New Issue
Block a user