Skip to content

Commit 354b5d7

Browse files
authored
Merge pull request #517 from cipherstash/chore/biome-2-config
chore: migrate biome.json to 2.x schema
2 parents 917b5c0 + f146e6e commit 354b5d7

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

biome.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.15/schema.json",
33
"files": {
4-
"ignore": ["**/package.json", ".turbo/", "dist", "**/nix/store/**"]
4+
"includes": [
5+
"**",
6+
"!**/package.json",
7+
"!**/.turbo/",
8+
"!**/dist",
9+
"!**/nix/store"
10+
]
511
},
612
"formatter": {
713
"indentStyle": "space",

0 commit comments

Comments
 (0)