Skip to content

Commit 872a383

Browse files
committed
chore: wip
1 parent e0799c3 commit 872a383

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed

eslint.config.ts

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

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@
3434
},
3535
"module": "./dist/index.js",
3636
"types": "./dist/index.d.ts",
37-
"files": ["README.md", "dist"],
37+
"files": [
38+
"README.md",
39+
"dist"
40+
],
3841
"scripts": {
3942
"build": "bun --bun build.ts && bun run compile",
4043
"compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/bin-name",
@@ -51,8 +54,8 @@
5154
"zip:windows-x64": "zip -j bin/bin-name-windows-x64.zip bin/bin-name-windows-x64.exe",
5255
"zip:darwin-x64": "zip -j bin/bin-name-darwin-x64.zip bin/bin-name-darwin-x64",
5356
"zip:darwin-arm64": "zip -j bin/bin-name-darwin-arm64.zip bin/bin-name-darwin-arm64",
54-
"lint": "bunx --bun eslint .",
55-
"lint:fix": "bunx --bun eslint . --fix",
57+
"lint": "bunx --bun pickier lint .",
58+
"lint:fix": "bunx --bun pickier lint . --fix",
5659
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
5760
"changelog": "bunx changelogen --output CHANGELOG.md",
5861
"prepublishOnly": "bun --bun run build && bun run compile:all && bun run zip",
@@ -73,15 +76,15 @@
7376
},
7477
"devDependencies": {
7578
"@stacksjs/docs": "^0.70.23",
76-
"@stacksjs/eslint-config": "^4.10.2-beta.3",
7779
"@types/bun": "^1.2.11",
7880
"bumpp": "^10.1.0",
7981
"bun-plugin-dtsx": "^0.21.9",
8082
"bunfig": "^0.8.4",
8183
"changelogen": "^0.6.1",
8284
"lint-staged": "^15.5.1",
8385
"simple-git-hooks": "^2.13.0",
84-
"typescript": "^5.8.3"
86+
"typescript": "^5.8.3",
87+
"pickier": "latest"
8588
},
8689
"overrides": {
8790
"unconfig": "0.3.10"

0 commit comments

Comments
 (0)