mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
style: fix linting issues
This commit is contained in:
parent
eefd2728c7
commit
9a553a39a7
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
|
||||
"extends": ["@arthurfiorette/biomejs-config"],
|
||||
"files": {
|
||||
"includes": [
|
||||
|
||||
@ -133,5 +133,6 @@
|
||||
* -------------------------------------------------------------------------- */
|
||||
|
||||
.DocSearch {
|
||||
/* biome-ignore lint/complexity/noImportantStyles: needed */
|
||||
--docsearch-primary-color: var(--vp-c-brand-1) !important;
|
||||
}
|
||||
|
||||
@ -304,7 +304,7 @@ export function defaultRequestInterceptor(axios: AxiosCacheInstance): RequestInt
|
||||
});
|
||||
};
|
||||
|
||||
console.log(config.adapter.name)
|
||||
console.log(config.adapter.name);
|
||||
|
||||
if (__ACI_DEV__) {
|
||||
axios.debug({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user