style: fix linting issues

This commit is contained in:
Arthur Fiorette 2025-08-21 12:51:43 -03:00
parent eefd2728c7
commit 9a553a39a7
No known key found for this signature in database
GPG Key ID: 79FA8EC214FA0233
3 changed files with 3 additions and 2 deletions

View File

@ -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": [

View File

@ -133,5 +133,6 @@
* -------------------------------------------------------------------------- */
.DocSearch {
/* biome-ignore lint/complexity/noImportantStyles: needed */
--docsearch-primary-color: var(--vp-c-brand-1) !important;
}

View File

@ -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({