Uanderson Silva
refactor tools and rank files in define scope
0b3cd21
Raw
History Blame Contribute Delete
1.05 kB
{
"$schema": "https://biomejs.dev/schemas/2.4.14/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"includes": ["**", "!!**/dist"]
},
"formatter": {
"enabled": true,
"lineWidth": 120,
"indentStyle": "space"
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"suspicious": {
"noUnknownAtRules": "off",
"noArrayIndexKey": "off",
"noExplicitAny": "off",
"noAssignInExpressions": "off"
},
"complexity": {
"noStaticOnlyClass": "off"
},
"correctness": {
"useExhaustiveDependencies": "off",
"useParseIntRadix": "off"
},
"a11y": "off",
"style": {
"noNonNullAssertion": "off",
"useTemplate": "off"
}
}
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
},
"assist": {
"enabled": true,
"actions": {
"source": {
"organizeImports": "on"
}
}
}
}