Skip to content

Commit 8faaccf

Browse files
committed
Revert "fix(config): change file root to allow commit"
This reverts commit 596569a.
1 parent 9726006 commit 8faaccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"includes": ["**", "!portal/dist", "!**/package.json", "!**/vocab.json", "!public/configuration.json"]
10+
"includes": ["**", "!dist", "!**/package.json", "!**/vocab.json", "!public/configuration.json"]
1111
},
1212
"formatter": {
1313
"enabled": true,

0 commit comments

Comments
 (0)