-first commit
This commit is contained in:
40
node_modules/connect-redis/biome.json
generated
vendored
Normal file
40
node_modules/connect-redis/biome.json
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"files": {
|
||||
"ignore": ["dist", "pnpm-*.yaml", "coverage"]
|
||||
},
|
||||
"formatter": {
|
||||
"enabled": true,
|
||||
"indentStyle": "space",
|
||||
"bracketSpacing": false
|
||||
},
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
"a11y": {
|
||||
"all": false
|
||||
},
|
||||
"style": {
|
||||
"useConst": "off",
|
||||
"useTemplate": "off",
|
||||
"noParameterAssign": "off",
|
||||
"useSingleVarDeclarator": "off"
|
||||
},
|
||||
"correctness": {
|
||||
"noUnusedImports": "error"
|
||||
},
|
||||
"suspicious": {
|
||||
"noExplicitAny": "off",
|
||||
"noArrayIndexKey": "off",
|
||||
"noImplicitAnyLet": "off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"javascript": {
|
||||
"formatter": {
|
||||
"semicolons": "asNeeded"
|
||||
}
|
||||
},
|
||||
"organizeImports": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user