File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 "files" : [" README.md" , " dist" ],
3434 "scripts" : {
3535 "build" : " bun build.ts" ,
36- "lint" : " bunx --bun eslint . " ,
37- "lint:fix" : " bunx --bun eslint . --fix" ,
36+ "lint" : " bunx --bun pickier lint . --config pickier.config.ts --max-warnings 9999 " ,
37+ "lint:fix" : " bunx --bun pickier lint . --fix --config pickier.config.ts --max-warnings 9999 " ,
3838 "fresh" : " bunx rimraf node_modules/ bun.lock && bun i" ,
3939 "changelog" : " bunx changelogen --output CHANGELOG.md" ,
4040 "prepublishOnly" : " bun --bun run build" ,
4444 },
4545 "dependencies" : {
4646 "ts-security-utils" : " workspace:*"
47- },
48- "simple-git-hooks" : {
49- "pre-commit" : " bun lint-staged"
50- },
51- "lint-staged" : {
52- "*.{js,ts}" : " bunx eslint . --fix"
5347 }
5448}
Original file line number Diff line number Diff line change 3535 "files" : [" README.md" , " dist" ],
3636 "scripts" : {
3737 "build" : " bun build.ts" ,
38- "lint" : " bunx --bun eslint . " ,
39- "lint:fix" : " bunx --bun eslint . --fix" ,
38+ "lint" : " bunx --bun pickier lint . --config pickier.config.ts --max-warnings 9999 " ,
39+ "lint:fix" : " bunx --bun pickier lint . --fix --config pickier.config.ts --max-warnings 9999 " ,
4040 "fresh" : " bunx rimraf node_modules/ bun.lock && bun i" ,
4141 "changelog" : " bunx changelogen --output CHANGELOG.md" ,
4242 "prepublishOnly" : " bun --bun run build" ,
4646 },
4747 "dependencies" : {
4848 "ts-security-utils" : " workspace:*"
49- },
50- "simple-git-hooks" : {
51- "pre-commit" : " bun lint-staged"
52- },
53- "lint-staged" : {
54- "*.{js,ts}" : " bunx eslint . --fix"
5549 }
5650}
Original file line number Diff line number Diff line change 4444 "files" : [" README.md" , " dist" ],
4545 "scripts" : {
4646 "build" : " bun build.ts" ,
47- "lint" : " bunx --bun eslint . " ,
48- "lint:fix" : " bunx --bun eslint . --fix" ,
47+ "lint" : " bunx --bun pickier lint . --config pickier.config.ts --max-warnings 9999 " ,
48+ "lint:fix" : " bunx --bun pickier lint . --fix --config pickier.config.ts --max-warnings 9999 " ,
4949 "fresh" : " bunx rimraf node_modules/ bun.lock && bun i" ,
5050 "changelog" : " bunx changelogen --output CHANGELOG.md" ,
5151 "prepublishOnly" : " bun --bun run build" ,
5252 "release" : " bun run changelog && bunx bumpp package.json --all" ,
5353 "test" : " bun test" ,
5454 "typecheck" : " bun --bun tsc --noEmit"
55- },
56- "simple-git-hooks" : {
57- "pre-commit" : " bun lint-staged"
58- },
59- "lint-staged" : {
60- "*.{js,ts}" : " bunx eslint . --fix"
6155 }
6256}
Original file line number Diff line number Diff line change 4444 "files" : [" README.md" , " dist" ],
4545 "scripts" : {
4646 "build" : " bun build.ts" ,
47- "lint" : " bunx --bun eslint . " ,
48- "lint:fix" : " bunx --bun eslint . --fix" ,
47+ "lint" : " bunx --bun pickier lint . --config pickier.config.ts --max-warnings 9999 " ,
48+ "lint:fix" : " bunx --bun pickier lint . --fix --config pickier.config.ts --max-warnings 9999 " ,
4949 "fresh" : " bunx rimraf node_modules/ bun.lock && bun i" ,
5050 "changelog" : " bunx changelogen --output CHANGELOG.md" ,
5151 "prepublishOnly" : " bun --bun run build" ,
5858 },
5959 "dependencies" : {
6060 "ts-security-utils" : " workspace:*"
61- },
62- "simple-git-hooks" : {
63- "pre-commit" : " bun lint-staged"
64- },
65- "lint-staged" : {
66- "*.{js,ts}" : " bunx eslint . --fix"
6761 }
6862}
Original file line number Diff line number Diff line change 3939 "files" : [" README.md" , " dist" ],
4040 "scripts" : {
4141 "build" : " bun build.ts" ,
42- "lint" : " bunx --bun eslint . " ,
43- "lint:fix" : " bunx --bun eslint . --fix" ,
42+ "lint" : " bunx --bun pickier lint . --config pickier.config.ts --max-warnings 9999 " ,
43+ "lint:fix" : " bunx --bun pickier lint . --fix --config pickier.config.ts --max-warnings 9999 " ,
4444 "fresh" : " bunx rimraf node_modules/ bun.lock && bun i" ,
4545 "changelog" : " bunx changelogen --output CHANGELOG.md" ,
4646 "prepublishOnly" : " bun --bun run build" ,
5050 },
5151 "dependencies" : {
5252 "ts-security-utils" : " workspace:*"
53- },
54- "simple-git-hooks" : {
55- "pre-commit" : " bun lint-staged"
56- },
57- "lint-staged" : {
58- "*.{js,ts}" : " bunx eslint . --fix"
5953 }
6054}
Original file line number Diff line number Diff line change 3838 "files" : [" README.md" , " dist" ],
3939 "scripts" : {
4040 "build" : " bun build.ts" ,
41- "lint" : " bunx --bun eslint . " ,
42- "lint:fix" : " bunx --bun eslint . --fix" ,
41+ "lint" : " bunx --bun pickier lint . --config pickier.config.ts --max-warnings 9999 " ,
42+ "lint:fix" : " bunx --bun pickier lint . --fix --config pickier.config.ts --max-warnings 9999 " ,
4343 "fresh" : " bunx rimraf node_modules/ bun.lock && bun i" ,
4444 "changelog" : " bunx changelogen --output CHANGELOG.md" ,
4545 "prepublishOnly" : " bun --bun run build" ,
4949 },
5050 "dependencies" : {
5151 "ts-security-utils" : " workspace:*"
52- },
53- "simple-git-hooks" : {
54- "pre-commit" : " bun lint-staged"
55- },
56- "lint-staged" : {
57- "*.{js,ts}" : " bunx eslint . --fix"
5852 }
5953}
Original file line number Diff line number Diff line change 3434 "files" : [" README.md" , " dist" ],
3535 "scripts" : {
3636 "build" : " bun build.ts" ,
37- "lint" : " bunx --bun eslint . " ,
38- "lint:fix" : " bunx --bun eslint . --fix" ,
37+ "lint" : " bunx --bun pickier lint . --config pickier.config.ts --max-warnings 9999 " ,
38+ "lint:fix" : " bunx --bun pickier lint . --fix --config pickier.config.ts --max-warnings 9999 " ,
3939 "fresh" : " bunx rimraf node_modules/ bun.lock && bun i" ,
4040 "changelog" : " bunx changelogen --output CHANGELOG.md" ,
4141 "prepublishOnly" : " bun --bun run build" ,
4545 },
4646 "dependencies" : {
4747 "ts-security-utils" : " workspace:*"
48- },
49- "simple-git-hooks" : {
50- "pre-commit" : " bun lint-staged"
51- },
52- "lint-staged" : {
53- "*.{js,ts}" : " bunx eslint . --fix"
5448 }
5549}
Original file line number Diff line number Diff line change 3434 "files" : [" README.md" , " dist" ],
3535 "scripts" : {
3636 "build" : " bun build.ts" ,
37- "lint" : " bunx --bun eslint . " ,
38- "lint:fix" : " bunx --bun eslint . --fix" ,
37+ "lint" : " bunx --bun pickier lint . --config pickier.config.ts --max-warnings 9999 " ,
38+ "lint:fix" : " bunx --bun pickier lint . --fix --config pickier.config.ts --max-warnings 9999 " ,
3939 "fresh" : " bunx rimraf node_modules/ bun.lock && bun i" ,
4040 "changelog" : " bunx changelogen --output CHANGELOG.md" ,
4141 "prepublishOnly" : " bun --bun run build" ,
4545 },
4646 "dependencies" : {
4747 "ts-security-utils" : " workspace:*"
48- },
49- "simple-git-hooks" : {
50- "pre-commit" : " bun lint-staged"
51- },
52- "lint-staged" : {
53- "*.{js,ts}" : " bunx eslint . --fix"
5448 }
5549}
Original file line number Diff line number Diff line change 3434 "files" : [" README.md" , " dist" ],
3535 "scripts" : {
3636 "build" : " bun build.ts" ,
37- "lint" : " bunx --bun eslint . " ,
38- "lint:fix" : " bunx --bun eslint . --fix" ,
37+ "lint" : " bunx --bun pickier lint . --config pickier.config.ts --max-warnings 9999 " ,
38+ "lint:fix" : " bunx --bun pickier lint . --fix --config pickier.config.ts --max-warnings 9999 " ,
3939 "fresh" : " bunx rimraf node_modules/ bun.lock && bun i" ,
4040 "changelog" : " bunx changelogen --output CHANGELOG.md" ,
4141 "prepublishOnly" : " bun --bun run build" ,
4545 },
4646 "dependencies" : {
4747 "ts-security-utils" : " workspace:*"
48- },
49- "simple-git-hooks" : {
50- "pre-commit" : " bun lint-staged"
51- },
52- "lint-staged" : {
53- "*.{js,ts}" : " bunx eslint . --fix"
5448 }
5549}
Original file line number Diff line number Diff line change 3434 "files" : [" README.md" , " dist" ],
3535 "scripts" : {
3636 "build" : " bun build.ts" ,
37- "lint" : " bunx --bun eslint . " ,
38- "lint:fix" : " bunx --bun eslint . --fix" ,
37+ "lint" : " bunx --bun pickier lint . --config pickier.config.ts --max-warnings 9999 " ,
38+ "lint:fix" : " bunx --bun pickier lint . --fix --config pickier.config.ts --max-warnings 9999 " ,
3939 "fresh" : " bunx rimraf node_modules/ bun.lock && bun i" ,
4040 "changelog" : " bunx changelogen --output CHANGELOG.md" ,
4141 "prepublishOnly" : " bun --bun run build" ,
4545 },
4646 "dependencies" : {
4747 "ts-security-utils" : " workspace:*"
48- },
49- "simple-git-hooks" : {
50- "pre-commit" : " bun lint-staged"
51- },
52- "lint-staged" : {
53- "*.{js,ts}" : " bunx eslint . --fix"
5448 }
5549}
You can’t perform that action at this time.
0 commit comments