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 0e13df5 commit 5e8c790Copy full SHA for 5e8c790
biome.json
@@ -22,12 +22,14 @@
22
"attributePosition": "auto",
23
"ignore": [
24
"jscomp/build_tests/**/lib/**",
25
- "jscomp/build_tests/**/*.bs.js",
26
- "jscomp/build_tests/**/*.res.js",
27
- "jscomp/test/*.js",
+ "jscomp/build_tests/**/src/**",
+ "jscomp/test/**",
28
"lib/**",
29
"ninja/**",
30
"playground/**",
+ "**/*.bs.js",
31
+ "**/*.res.js",
32
+ "**/*.gen.ts*",
33
"package.json"
34
]
35
},
jscomp/gentype_tests/typescript-react-example/.merlin
jscomp/gentype_tests/typescript-react-example/.watchmanconfig
0 commit comments