We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b8203 commit dc6e29dCopy full SHA for dc6e29d
packages/input-otp/package.json
@@ -42,9 +42,9 @@
42
"dev": "tsup --watch --dts",
43
"lint": "run-p lint:*",
44
"lint:eslint": "eslint src --ext .ts",
45
- "lint:eslint:fix": "bun run lint:eslint --fix",
+ "lint:eslint:fix": "eslint src --ext .ts --fix",
46
"lint:format": "prettier --check \"src/**/*.ts\"",
47
- "lint:format:fix": "bun run lint:format --write",
+ "lint:format:fix": "prettier --check \"src/**/*.ts\" --write",
48
"lint:tsc": "tsc --project tsconfig.json --noEmit",
49
"format": "prettier --write ."
50
},
0 commit comments