Skip to content

Commit 6e38f5e

Browse files
committed
chore: update biome.json config file
* update schema version * remove unused `trailingComma` property * turn off `noNodejsModules` settings
1 parent ab846f5 commit 6e38f5e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

biome.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.3.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/1.8.1/schema.json",
33
"files": {
44
"ignore": ["./dist", "./lib"]
55
},
@@ -15,7 +15,7 @@
1515
"formatter": {
1616
"quoteStyle": "single",
1717
"semicolons": "always",
18-
"trailingComma": "all"
18+
"trailingCommas": "all"
1919
}
2020
},
2121
"linter": {
@@ -33,7 +33,8 @@
3333
"correctness": {
3434
"all": true,
3535
"noUndeclaredVariables": "error",
36-
"noUnusedVariables": "error"
36+
"noUnusedVariables": "error",
37+
"noNodejsModules": "off"
3738
},
3839
"recommended": true
3940
}

0 commit comments

Comments
 (0)