From b5019cc2bd694a9f2b692c7642adaae01963f7fd Mon Sep 17 00:00:00 2001 From: Jeesun Kim Date: Fri, 29 Mar 2024 14:16:34 -0700 Subject: [PATCH] 'lint' to line up --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1b7ca09..b4fbc1b7 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ "build": "next build", "start": "next start", "lint": "next lint", + "lint:ts": "tsc --noEmit", "test": "playwright test", "install-if-package-changed": "git diff-tree -r --name-only --no-commit-id ORIG_HEAD HEAD | grep --quiet yarn.lock && yarn install || exit 0", - "lint:ts": "tsc --noEmit", "prepare": "husky", "pre-commit": "yarn lint-staged", "pre-push": "yarn lint:ts",