Skip to content

Commit 94a77b1

Browse files
committed
feat: add additional unicorn linting rules for improved code quality
1 parent 5fa8097 commit 94a77b1

File tree

3 files changed

+453
-494
lines changed

3 files changed

+453
-494
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
"node": ">=18.18.0"
3939
},
4040
"scripts": {
41-
"build": "nr build:typegen && tsdown",
41+
"build": "pnpm build:typegen && tsdown",
4242
"dev": "pnpx @eslint/config-inspector",
4343
"lint": "eslint .",
4444
"lint:fix": "eslint . --fix",
4545
"build:inspector": "pnpm build && pnpx @eslint/config-inspector build",
4646
"build:typegen": "jiti scripts/typegen.ts",
47-
"prepack": "nr build",
47+
"prepack": "pnpm build",
4848
"prepare": "simple-git-hooks",
4949
"release": "bumpp",
5050
"typecheck": "tsc --noEmit"
@@ -118,7 +118,6 @@
118118
"yargs": "catalog:prod"
119119
},
120120
"devDependencies": {
121-
"@antfu/ni": "catalog:dev",
122121
"@eslint-react/eslint-plugin": "catalog:peer",
123122
"@eslint/config-inspector": "catalog:dev",
124123
"@types/eslint-config-prettier": "catalog:dev",

0 commit comments

Comments
 (0)