Skip to content

Commit

Permalink
[1.3.1] Update packages, replace ESLint w Biome, lint and format
Browse files Browse the repository at this point in the history
  • Loading branch information
BorigTheDwarf committed Jan 24, 2025
1 parent 17d4deb commit 0552fef
Show file tree
Hide file tree
Showing 5 changed files with 1,050 additions and 4,852 deletions.
35 changes: 35 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"ignoreUnknown": false,
"ignore": []
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 4
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"complexity": {
"recommended": true,
"noForEach": "off"
}
}
},
"javascript": {
"formatter": {
"quoteStyle": "single"
}
}
}
Loading

0 comments on commit 0552fef

Please sign in to comment.