add retry interceptor impl

This commit is contained in:
Dmitriynj
2020-12-07 01:22:59 +03:00
committed by Daniel Hutzel
parent 09dd526f22
commit b3ea0cc4f1
7 changed files with 71 additions and 48 deletions

View File

@@ -36,6 +36,8 @@
}
],
"react/jsx-props-no-spreading": "off", // props spreading,
"no-console": "off"
"no-console": "off",
"consistent-return": "off",
"prefer-destructuring": "off"
}
}