From 73a3561599413e29654b815b6c3cbab9fc67a4fc Mon Sep 17 00:00:00 2001 From: azu Date: Sun, 26 Nov 2023 09:46:31 +0900 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3b9b563..137e559 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ "watch": "textlint-scripts build --watch", "prepublish": "npm run --if-present build", "test": "textlint-scripts test", - "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", - "prepare": "git config --local core.hooksPath .githooks" + "prepare": "git config --local core.hooksPath .githooks", + "format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"" }, "devDependencies": { "@textlint/types": "^13.4.1",