Skip to content

Commit

Permalink
fix: biome
Browse files Browse the repository at this point in the history
  • Loading branch information
Elin Angelow committed Jan 29, 2025
1 parent 32e4f3d commit d42657e
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignore": [
"dist/**/*",
"www/static/qrcodegen-v1.8.0-es5.js",
"www/static/pico.conditional.min.css"
]
},
"formatter": {
"lineWidth": 80,
"enabled": true,
"indentStyle": "space",
"indentWidth": 4
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"suspicious": {
"noExplicitAny": "off",
"noAssignInExpressions": "off"
},
"recommended": true
}
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"bracketSpacing": false,
"trailingCommas": "none"
}
}
}

0 comments on commit d42657e

Please sign in to comment.