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