From 575780a605a9075308684025ca512eea9ad42f05 Mon Sep 17 00:00:00 2001 From: IlyaDoronin Date: Fri, 22 Dec 2023 17:06:41 +0300 Subject: [PATCH] test: 1 --- package.json | 3 ++- public/index.html | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d46973e..62fea0ff 100755 --- a/package.json +++ b/package.json @@ -87,6 +87,7 @@ "prettier": "^3.1.1" }, "lint-staged": { - "**/*": "yarn code:format" + "**/*": "yarn code:format", + "--allow-empty": true } } diff --git a/public/index.html b/public/index.html index daa88ffe..263475a5 100755 --- a/public/index.html +++ b/public/index.html @@ -19,4 +19,6 @@
+ +
324