|
34 | 34 | }, |
35 | 35 | "module": "./dist/index.js", |
36 | 36 | "types": "./dist/index.d.ts", |
37 | | - "files": ["README.md", "dist"], |
| 37 | + "files": [ |
| 38 | + "README.md", |
| 39 | + "dist" |
| 40 | + ], |
38 | 41 | "scripts": { |
39 | 42 | "build": "bun --bun build.ts && bun run compile", |
40 | 43 | "compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/bin-name", |
|
51 | 54 | "zip:windows-x64": "zip -j bin/bin-name-windows-x64.zip bin/bin-name-windows-x64.exe", |
52 | 55 | "zip:darwin-x64": "zip -j bin/bin-name-darwin-x64.zip bin/bin-name-darwin-x64", |
53 | 56 | "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", |
56 | 59 | "fresh": "bunx rimraf node_modules/ bun.lock && bun i", |
57 | 60 | "changelog": "bunx changelogen --output CHANGELOG.md", |
58 | 61 | "prepublishOnly": "bun --bun run build && bun run compile:all && bun run zip", |
|
73 | 76 | }, |
74 | 77 | "devDependencies": { |
75 | 78 | "@stacksjs/docs": "^0.70.23", |
76 | | - "@stacksjs/eslint-config": "^4.10.2-beta.3", |
77 | 79 | "@types/bun": "^1.2.11", |
78 | 80 | "bumpp": "^10.1.0", |
79 | 81 | "bun-plugin-dtsx": "^0.21.9", |
80 | 82 | "bunfig": "^0.8.4", |
81 | 83 | "changelogen": "^0.6.1", |
82 | 84 | "lint-staged": "^15.5.1", |
83 | 85 | "simple-git-hooks": "^2.13.0", |
84 | | - "typescript": "^5.8.3" |
| 86 | + "typescript": "^5.8.3", |
| 87 | + "pickier": "latest" |
85 | 88 | }, |
86 | 89 | "overrides": { |
87 | 90 | "unconfig": "0.3.10" |
|
0 commit comments