From 884c3516c30c60d8589a4f82e3a42a552b0b2875 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 25 Apr 2023 01:11:06 +0200 Subject: [PATCH] build(ui): order lint-staged 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 af444c57..022afa74 100644 --- a/ui/web/.lintstagedrc.js +++ b/ui/web/.lintstagedrc.js @@ -1,5 +1,5 @@ module.exports = { + '*.{json,md,yml,yaml}': 'prettier --cache --write', '*.{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', }; -- 2.34.1