Skip to content

Commit 2636a9b

Browse files
chore: wip
1 parent 7a04028 commit 2636a9b

14 files changed

Lines changed: 38 additions & 97 deletions

File tree

packages/aes/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
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",
@@ -44,11 +44,5 @@
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
}

packages/asn1/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
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",
@@ -46,11 +46,5 @@
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
}

packages/base-x/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,13 @@
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
}

packages/core/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
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",
@@ -58,11 +58,5 @@
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
}

packages/hash/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
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",
@@ -50,11 +50,5 @@
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
}

packages/jsbn/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
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",
@@ -49,11 +49,5 @@
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
}

packages/pem/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
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",
@@ -45,11 +45,5 @@
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
}

packages/pkcs/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
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",
@@ -45,11 +45,5 @@
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
}

packages/pki/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
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",
@@ -45,11 +45,5 @@
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
}

packages/prime/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
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",
@@ -45,11 +45,5 @@
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
}

0 commit comments

Comments
 (0)