From 6fba113357fca89c7df69533d7ffd8ca9bea4f08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 25 Apr 2023 01:05:57 +0200 Subject: [PATCH] refactor(ui): format js files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/.lintstagedrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/web/.lintstagedrc.js b/ui/web/.lintstagedrc.js index c447bcc3..af444c57 100644 --- a/ui/web/.lintstagedrc.js +++ b/ui/web/.lintstagedrc.js @@ -1,5 +1,5 @@ module.exports = { '*.{js,jsx,vue,cjs,mjs,ts,tsx,cts,mts}': 'eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore', - '*.{json,md,yml,yaml}': 'prettier --cache --write', + '*.{json,md,yml,yaml}': 'prettier --cache --write', }; -- 2.34.1