2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

chore: remove unnecessary eslint-disable directive (#7283)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Ved Vadnere
2025-12-30 16:41:30 +05:30
committed by GitHub
parent 38be3b2e18
commit 3141c319c2
2 changed files with 5 additions and 6 deletions
-1
View File
@@ -30,7 +30,6 @@ export default function mergeConfig(config1, config2) {
return source;
}
// eslint-disable-next-line consistent-return
function mergeDeepProperties(a, b, prop, caseless) {
if (!utils.isUndefined(b)) {
return getMergedValue(a, b, prop, caseless);