Skip to content

Instantly share code, notes, and snippets.

@bhaveshxrawat
Created July 19, 2025 11:07
Show Gist options
  • Select an option

  • Save bhaveshxrawat/cbbee2b3a8dfe22343edfa778692f582 to your computer and use it in GitHub Desktop.

Select an option

Save bhaveshxrawat/cbbee2b3a8dfe22343edfa778692f582 to your computer and use it in GitHub Desktop.
{
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
"linter": {
"rules": {
"performance": {
"noImgElement": "off"
},
"correctness": {
"noUnusedVariables": "warn",
"noUnusedImports": "warn",
"noUnusedFunctionParameters": "warn"
},
"suspicious": {
"noConsole": {
"level": "warn",
"options": {
"allow": ["info"]
}
}
},
"nursery": {
"useSortedClasses": "warn"
},
"complexity": {
"noExcessiveCognitiveComplexity": "info"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment