Skip to content

Commit 192051c

Browse files
committed
chore: update lint and format scripts
1 parent 9437367 commit 192051c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"build": "rs lib",
1919
"check": "rs check --type-check",
2020
"dev": "rs lib -w",
21-
"lint": "node --run check",
22-
"lint:write": "rs lint --fix && rs fmt",
21+
"format": "rs fmt",
22+
"lint": "rs lint",
2323
"test": "rs test",
2424
"prepare": "rs setup",
2525
"bump": "pnpx bumpp"

0 commit comments

Comments
 (0)