Skip to content

Commit

Permalink
change linter tool from ESLint & Prettier to Biome
Browse files Browse the repository at this point in the history
  • Loading branch information
kenchan0130 committed Apr 13, 2024
1 parent 2659321 commit 6ccc0e2
Show file tree
Hide file tree
Showing 6 changed files with 1,160 additions and 5,612 deletions.
30 changes: 0 additions & 30 deletions .eslintrc.js

This file was deleted.

16 changes: 16 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"indentStyle": "space",
"indentWidth": 2
}
}
Loading

0 comments on commit 6ccc0e2

Please sign in to comment.