refactor(ui): format js files
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Apr 2023 23:05:57 +0000 (01:05 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Apr 2023 23:05:57 +0000 (01:05 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/.lintstagedrc.js

index c447bcc398646a8656fa39f39ca3574d0913e5b7..af444c57fb5f95c3400fdc580a9e3c315bebd1c6 100644 (file)
@@ -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',
 };