We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbbe1b commit fdda0aeCopy full SHA for fdda0ae
1 file changed
biome.jsonc
@@ -4,10 +4,11 @@
4
"files": {
5
"includes": [
6
"*.ts",
7
- "*.json",
+ "**/*.json",
8
"src/**",
9
"test/**",
10
"!dist",
11
+ "!coverage",
12
"!package.json",
13
"!test-results"
14
]
0 commit comments