From 23ccd5d43e47d48bf05ed86818a2a0ea128ca577 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 14 May 2026 12:56:07 +0200 Subject: [PATCH] chore: add oxfmt fmt and fmt:check scripts --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2baccae..1ce492d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "fmt": "oxfmt", + "fmt:check": "oxfmt --check" }, "keywords": [], "author": "",