File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ format-check:
1616
1717format-generated :
1818 pnpm install
19- # Cleanup unused imports/variables in generated TS with dedicated config
20- pnpm biome lint --write --unsafe --config-path scripts/templates/biome.generated.json packages_generated/
19+ pnpm biome lint --write --unsafe --config-path scripts/templates/biome.generated.json --only correctness/noUnusedImports --only correctness/noUnusedVariables packages_generated/
2120
2221typing :
2322 pnpm run typecheck
Original file line number Diff line number Diff line change 22 "root" : false ,
33 "$schema" : " ../../node_modules/@biomejs/biome/configuration_schema.json" ,
44 "files" : {
5- "ignoreUnknown" : true
5+ "ignoreUnknown" : true ,
6+ "experimentalScannerIgnores" : [" **/dist/**" ]
67 },
78 "linter" : {
89 "enabled" : true ,
1718 "noDefaultExport" : " off"
1819 },
1920 "suspicious" : {
20- "noShadowRestrictedNames" : " off"
21+ "noShadowRestrictedNames" : " off" ,
22+ "noEmptyInterface" : " off"
2123 },
2224 "performance" : {
2325 "noAccumulatingSpread" : " off"
You can’t perform that action at this time.
0 commit comments