Skip to content

Commit a0372ee

Browse files
committed
Fix biome filters
1 parent b6c5d65 commit a0372ee

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

biome.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/1.1.2/schema.json",
33
"files": {
4-
"include": ["src/**", "tests/**", "./*.ts", "./*.json", "testing/*.mjs"],
4+
"include": [
5+
"src/**",
6+
"tests/**",
7+
"package.json",
8+
"biome.json",
9+
"*.config.ts",
10+
"tsconfig*.json",
11+
"testing/*.mjs"
12+
],
513
"ignore": ["package-lock.json"]
614
},
715
"organizeImports": {

0 commit comments

Comments
 (0)