Skip to content

Commit

Permalink
👷 ♻️ eslint/prettier -> biome
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Dec 9, 2024
1 parent e7eb310 commit 0b199c6
Show file tree
Hide file tree
Showing 6 changed files with 497 additions and 2,068 deletions.
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.4/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"ignoreUnknown": false,
"ignore": []
},
"formatter": {
"enabled": true,
"indentWidth": 4,
"useEditorconfig": true
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
}
}
46 changes: 0 additions & 46 deletions eslint.config.mjs

This file was deleted.

Loading

0 comments on commit 0b199c6

Please sign in to comment.