mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.9.0/schema.json",
|
|
"extends": ["@arthurfiorette/biomejs-config"],
|
|
"files": {
|
|
"ignore": [
|
|
"build/**/*",
|
|
"dist/**/*",
|
|
"dev/**/*",
|
|
"coverage/**/*",
|
|
"node_modules/**/*",
|
|
"pnpm-lock.json",
|
|
"docs/.vitepress/cache/**/*"
|
|
]
|
|
}
|
|
}
|