Skip to content

Commit dc6e29d

Browse files
committed
refactor: change linting script
1 parent b7b8203 commit dc6e29d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/input-otp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"dev": "tsup --watch --dts",
4343
"lint": "run-p lint:*",
4444
"lint:eslint": "eslint src --ext .ts",
45-
"lint:eslint:fix": "bun run lint:eslint --fix",
45+
"lint:eslint:fix": "eslint src --ext .ts --fix",
4646
"lint:format": "prettier --check \"src/**/*.ts\"",
47-
"lint:format:fix": "bun run lint:format --write",
47+
"lint:format:fix": "prettier --check \"src/**/*.ts\" --write",
4848
"lint:tsc": "tsc --project tsconfig.json --noEmit",
4949
"format": "prettier --write ."
5050
},

0 commit comments

Comments
 (0)