Skip to content

Commit

Permalink
lint check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSero committed Jan 17, 2025
1 parent 32209be commit 34135d9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
"organizeImports": {
"enabled": true
"enabled": false
},
"linter": {
"enabled": true,
Expand Down Expand Up @@ -77,13 +77,7 @@
"ignore": ["**/dist/**", "**/node_modules/**", "**/coverage/**", "**/*.json"]
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 4,
"lineWidth": 80,
"lineEnding": "lf",
"ignore": ["**/dist/**", "**/node_modules/**", "**/coverage/**", "**/*.json"]
"enabled": false
},
"javascript": {
"formatter": {
Expand Down

0 comments on commit 34135d9

Please sign in to comment.