Skip to content

Commit dd17f2a

Browse files
committed
build(biome): expand file includes to cover tests and scripts
Include tests/**/*.ts and *.mjs in biome's file scope for consistent linting and formatting across the codebase. Signed-off-by: leocavalcante <[email protected]>
1 parent e43330a commit dd17f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
}
2424
},
2525
"files": {
26-
"includes": ["src/**/*.ts"]
26+
"includes": ["src/**/*.ts", "tests/**/*.ts", "*.mjs"]
2727
}
2828
}

0 commit comments

Comments
 (0)