From 93ae3f471992eaae87e3339c67f03284c02a337b Mon Sep 17 00:00:00 2001 From: IlyaDoronin Date: Fri, 22 Dec 2023 17:06:58 +0300 Subject: [PATCH] test: 2 --- .husky/pre-commit | 2 +- package.json | 3 +-- public/index.html | 2 -- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 5a182ef1..3ab2e13d 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -yarn lint-staged +yarn lint-staged --allow-empty diff --git a/package.json b/package.json index 62fea0ff..2d46973e 100755 --- a/package.json +++ b/package.json @@ -87,7 +87,6 @@ "prettier": "^3.1.1" }, "lint-staged": { - "**/*": "yarn code:format", - "--allow-empty": true + "**/*": "yarn code:format" } } diff --git a/public/index.html b/public/index.html index 263475a5..daa88ffe 100755 --- a/public/index.html +++ b/public/index.html @@ -19,6 +19,4 @@
- -
324