Skip to content

Commit

Permalink
Merge pull request #36 from DrJacobHolden/0.16.1
Browse files Browse the repository at this point in the history
0.16.1 RC - Update Dependencies and use Biome for Linting and Formatting
  • Loading branch information
Katilith authored Jan 25, 2025
2 parents e0cba4a + ebc6329 commit 81e6533
Show file tree
Hide file tree
Showing 31 changed files with 6,020 additions and 9,917 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 81e6533

Please sign in to comment.