Skip to content

Commit

Permalink
chore: Replace ESLint with Biome (#47)
Browse files Browse the repository at this point in the history
Close #46
  • Loading branch information
Bigismall authored Sep 24, 2024
2 parents 2a3f8f9 + 9c070f0 commit 4b0a1b2
Show file tree
Hide file tree
Showing 20 changed files with 1,044 additions and 3,733 deletions.
30 changes: 0 additions & 30 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist

cname: maponphoto.eu
1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

31 changes: 31 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignore": []
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
}
}
Loading

0 comments on commit 4b0a1b2

Please sign in to comment.