Skip to content

Commit 28bdde0

Browse files
VinciGit00claude
andcommitted
fix: resolve biome formatting errors in CI
Format package.json arrays to single-line style and add trailing newline. Ignore .claude directory in biome config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent db344b2 commit 28bdde0

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
}
2828
],
2929
"files": {
30-
"ignore": ["node_modules", "dist", "bun.lock"]
30+
"ignore": ["node_modules", "dist", "bun.lock", ".claude"]
3131
}
3232
}

package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,13 @@
1616
"check": "tsc --noEmit && biome check .",
1717
"prepublishOnly": "tsup"
1818
},
19-
"keywords": [
20-
"cli",
21-
"scraping",
22-
"ai",
23-
"scrapegraph"
24-
],
19+
"keywords": ["cli", "scraping", "ai", "scrapegraph"],
2520
"author": "ScrapeGraph Team",
2621
"license": "MIT",
2722
"engines": {
2823
"node": ">=22"
2924
},
30-
"files": [
31-
"dist"
32-
],
25+
"files": ["dist"],
3326
"dependencies": {
3427
"@clack/prompts": "^0.10.0",
3528
"chalk": "^5.4.1",
@@ -44,4 +37,4 @@
4437
"tsup": "^8.3.6",
4538
"typescript": "^5.8.2"
4639
}
47-
}
40+
}

0 commit comments

Comments
 (0)