Skip to content

Commit

Permalink
Migrate to Biome.
Browse files Browse the repository at this point in the history
  • Loading branch information
denbezrukov committed Sep 6, 2023
1 parent 63958ab commit aad6c36
Show file tree
Hide file tree
Showing 6 changed files with 289 additions and 1,611 deletions.
21 changes: 21 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"formatter": {
"indentStyle": "space",
"indentSize": 2
},
"organizeImports": {
"enabled": false
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"suspicious": {
"noExplicitAny": "off"
},
"style": {
"noNonNullAssertion": "off"
}
}
}
}
Loading

0 comments on commit aad6c36

Please sign in to comment.