Skip to content

Instantly share code, notes, and snippets.

@rodrigobertin
Created October 13, 2024 02:08
Show Gist options
  • Save rodrigobertin/98a91beaa93de2917465b2f766b9bbb8 to your computer and use it in GitHub Desktop.
Save rodrigobertin/98a91beaa93de2917465b2f766b9bbb8 to your computer and use it in GitHub Desktop.
{
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignore": [".angular", "node_modules"]
},
"formatter": {
"enabled": true,
"indentStyle": "space"
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"style": {
"noNonNullAssertion": "off"
},
"recommended": true,
"performance": {
"noDelete": "off"
},
"complexity": {
"useLiteralKeys": "off"
},
"suspicious": {
"noExplicitAny": "off",
"noExtraNonNullAssertion": "off"
}
}
},
"javascript": {
"formatter": {
"lineWidth": 95,
"quoteStyle": "single",
"semicolons": "always"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment