From b95cb3d432c25ec0e7e03334da8bdc8d3442c557 Mon Sep 17 00:00:00 2001 From: PauI Ostrovckij Date: Thu, 23 Oct 2025 20:51:46 +0300 Subject: [PATCH] [fix] Remove code autoformatting --- .lintstagedrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lintstagedrc.js b/.lintstagedrc.js index 9d963476..483b76ea 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -1,4 +1,4 @@ module.exports = { - '*.js': ['eslint --fix', 'prettier --write'], + '*.js': ['eslint', 'prettier --check'], '*.{json,md,html,css,yml,yaml}': [] };