add retry interceptor impl
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
}
|
||||
],
|
||||
"react/jsx-props-no-spreading": "off", // props spreading,
|
||||
"no-console": "off"
|
||||
"no-console": "off",
|
||||
"consistent-return": "off",
|
||||
"prefer-destructuring": "off"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user