From 6e5d720a20adf810769d001d137116568d1385ef Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sat, 16 Dec 2023 17:26:27 +0300 Subject: [PATCH] Discard changes to package.json --- package.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a7d1cae..c9d3a81 100644 --- a/package.json +++ b/package.json @@ -2,18 +2,16 @@ "name": "modules", "scripts": { "test": "bun test", - "fmt": "bun x prettier --plugin prettier-plugin-sh -w **/*.sh .sample/run.sh new.sh **/*.ts **/*.md *.md && terraform fmt **/*.tf .sample/main.tf", - "fmt:ci": "bun x prettier --plugin prettier-plugin-sh --check **/*.sh .sample/run.sh new.sh **/*.ts **/*.md *.md && terraform fmt -check **/*.tf .sample/main.tf", - "lint": "bun run lint.ts && bun x shellcheck **/*.sh .sample/run.sh new.sh" + "fmt": "bun x prettier -w **/*.ts **/*.md *.md && terraform fmt **/*.tf", + "fmt:ci": "bun x prettier --check **/*.ts **/*.md *.md && terraform fmt -check **/*.tf", + "lint": "bun run lint.ts" }, "devDependencies": { "bun-types": "^1.0.3", "gray-matter": "^4.0.3", - "marked": "^9.0.3", - "prettier-plugin-sh": "^0.13.1", - "shellcheck": "^2.2.0" + "marked": "^9.0.3" }, "peerDependencies": { "typescript": "^5.0.0" } -} \ No newline at end of file +}