Skip to content

Commit 5e8c790

Browse files
committed
update Biome ignore list
1 parent 0e13df5 commit 5e8c790

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

biome.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@
2222
"attributePosition": "auto",
2323
"ignore": [
2424
"jscomp/build_tests/**/lib/**",
25-
"jscomp/build_tests/**/*.bs.js",
26-
"jscomp/build_tests/**/*.res.js",
27-
"jscomp/test/*.js",
25+
"jscomp/build_tests/**/src/**",
26+
"jscomp/test/**",
2827
"lib/**",
2928
"ninja/**",
3029
"playground/**",
30+
"**/*.bs.js",
31+
"**/*.res.js",
32+
"**/*.gen.ts*",
3133
"package.json"
3234
]
3335
},

jscomp/gentype_tests/typescript-react-example/.merlin

Lines changed: 0 additions & 16 deletions
This file was deleted.

jscomp/gentype_tests/typescript-react-example/.watchmanconfig

Whitespace-only changes.

0 commit comments

Comments
 (0)