mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2026-02-01 14:32:40 +00:00
41 lines
745 B
JSON
41 lines
745 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.3.3/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"style": {
|
|
"noNonNullAssertion": "off",
|
|
"noParameterAssign": "off"
|
|
},
|
|
"suspicious": {
|
|
"noExplicitAny": "off"
|
|
}
|
|
}
|
|
},
|
|
"formatter": {
|
|
"lineWidth": 100,
|
|
"indentStyle": "space"
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single",
|
|
"trailingComma": "none"
|
|
}
|
|
},
|
|
"files": {
|
|
"ignore": [
|
|
"build/**/*",
|
|
"dist/**/*",
|
|
"dev/**/*",
|
|
"coverage/**/*",
|
|
"node_modules/**/*",
|
|
"pnpm-lock.json",
|
|
"docs/.vitepress/cache/**/*"
|
|
]
|
|
}
|
|
}
|