Skip to content

Commit

Permalink
ci: replace eslint with biome
Browse files Browse the repository at this point in the history
  • Loading branch information
ephrimlawrence committed Apr 23, 2024
1 parent 9cdd973 commit c183875
Show file tree
Hide file tree
Showing 47 changed files with 3,724 additions and 5,318 deletions.
20 changes: 20 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"complexity": {
"noStaticOnlyClass": "off"
}
}
},
"javascript": {
"parser": {
"unsafeParameterDecoratorsEnabled": true
}
}
}
Loading

0 comments on commit c183875

Please sign in to comment.