Skip to content

Commit

Permalink
Merge pull request #5 from DrJacobHolden/1.3.1
Browse files Browse the repository at this point in the history
1.3.1 RC - Update Dependencies and use Biome for Linting and Formatting
  • Loading branch information
Katilith authored Jan 25, 2025
2 parents 17d4deb + b34b48c commit f4a3877
Show file tree
Hide file tree
Showing 5 changed files with 1,378 additions and 4,774 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 f4a3877

Please sign in to comment.