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",