Skip to content

Commit 6e8fc62

Browse files
committed
fix linter errors
Signed-off-by: Kirill Mokevnin <[email protected]>
1 parent 6528110 commit 6e8fc62

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

biome.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"includes": [
11-
"**",
12-
"!**/*.json",
13-
"!test/**",
14-
"!public/**",
15-
"!types/handlers/**"
16-
]
10+
"includes": ["**", "!**/*.json", "!test", "!public", "!types/handlers"]
1711
},
1812
"formatter": {
1913
"enabled": true,

0 commit comments

Comments
 (0)