From 7db7cad18f38dc973e0c74557fa2a67728d7f83f Mon Sep 17 00:00:00 2001 From: Alix von Schirp Date: Thu, 13 Mar 2025 02:30:45 +0100 Subject: [PATCH] build(pre-commit): fixing eslint for windows --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c8fc60..e7618f7 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ }, "lint-staged": { "package.json": "finepack", - "*.{js,ts,jsx,tsx}": "eslint --cache --fix . || true", + "*.{js,ts,jsx,tsx}": "(eslint --cache --fix .) || true", "*.{js,ts,jsx,tsx,json,css,md}": "prettier --write" }, "type": "module"