Skip to content

Instantly share code, notes, and snippets.

@tusharsnx
Last active December 9, 2024 06:32
Show Gist options
  • Save tusharsnx/6c071e185753d09b450307db2e8a0c9b to your computer and use it in GitHub Desktop.
Save tusharsnx/6c071e185753d09b450307db2e8a0c9b to your computer and use it in GitHub Desktop.
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"ignore": [
"node_modules/**"
]
},
"organizeImports": {
"enabled": true
},
"formatter": {
"lineWidth": 80,
"indentWidth": 2,
"indentStyle": "space"
},
"javascript": {
"formatter": {
"arrowParentheses": "asNeeded"
}
},
"css": {
"linter": {
"enabled": true
},
"parser": {
"cssModules": true
},
"formatter": {
"enabled": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment