Skip to content

Commit

Permalink
Biome
Browse files Browse the repository at this point in the history
  • Loading branch information
wtetsu committed Jan 2, 2025
1 parent 493f283 commit 85cb841
Show file tree
Hide file tree
Showing 7 changed files with 2,149 additions and 6,979 deletions.
22 changes: 22 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"organizeImports": {
"enabled": true
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"lineWidth": 120
},
"linter": {
"enabled": true,
"rules": {
"style": {
"useTemplate": "off"
},
"suspicious": {
"noExplicitAny": "off",
"noArrayIndexKey": "off"
}
}
}
}
Loading

0 comments on commit 85cb841

Please sign in to comment.