From: Jérôme Benoit Date: Mon, 24 Apr 2023 23:05:57 +0000 (+0200) Subject: refactor(ui): format js files X-Git-Tag: v1.2.12~82 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6fba113357fca89c7df69533d7ffd8ca9bea4f08;p=e-mobility-charging-stations-simulator.git refactor(ui): format js files Signed-off-by: Jérôme Benoit --- 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', };