From 2b16c9c9a2089de994386bb11aed3ca830438803 Mon Sep 17 00:00:00 2001 From: Gleb Voitenko Date: Thu, 29 Aug 2024 13:32:57 +0300 Subject: [PATCH] fix: linter --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c30470..f260538 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "build:code": "tsc -p tsconfig.types.json && node scripts/bundle.js", "build:clean": "rm -rf lib", "prepublishOnly": "npm run build", - "lint": "lint update && lint", - "lint:fix": "lint update && lint fix", + "lint": "lint", + "lint:fix": "lint fix", "pre-commit": "lint update && lint-staged", "prepare": "husky", "typecheck": "tsc --noEmit"