Skip to content

Commit

Permalink
Merge pull request #155 from kenchan0130/fix/linter
Browse files Browse the repository at this point in the history
chore: Change linter tool from ESLint & Prettier to Biome
  • Loading branch information
kenchan0130 authored Apr 13, 2024
2 parents b98fe44 + d0c977c commit 4a95735
Show file tree
Hide file tree
Showing 6 changed files with 886 additions and 5,228 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 4a95735

Please sign in to comment.