📎 Add check-fmt script to root package.json

This commit is contained in:
Andrey Antukh
2026-03-30 11:05:49 +02:00
parent b6524881e0
commit d7e0b0cf9f

View File

@@ -12,6 +12,7 @@
"type": "module",
"scripts": {
"lint": "./scripts/lint",
"check-fmt": "./scripts/check-fmt",
"fmt": "./scripts/fmt"
},
"devDependencies": {