Skip to content

Commit 53ceb8d

Browse files
committed
Update biome config
1 parent 07a832d commit 53ceb8d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

biome.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
{
2-
"extends": ["@prezly/biome-config"]
3-
}
2+
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
3+
"extends": ["@prezly/biome-config"],
4+
"files": {
5+
"includes": ["src/**"]
6+
},
7+
"linter": {
8+
"rules": {
9+
"suspicious": {
10+
"noShadowRestrictedNames": "off"
11+
}
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)