Skip to content

Commit 9772119

Browse files
committed
migrate to biome
1 parent c9b87bc commit 9772119

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+5025
-7216
lines changed

.editorconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ charset = utf-8
55
end_of_line = lf
66

77
[*.{json,js,jsx,ts,tsx}]
8-
indent_style = space
9-
indent_size = 2
8+
indent_style = tab

.eslintrc

Lines changed: 0 additions & 11 deletions
This file was deleted.

biome.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
3+
"vcs": {
4+
"enabled": true,
5+
"clientKind": "git",
6+
"useIgnoreFile": true
7+
}
8+
}

0 commit comments

Comments
 (0)