repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67259cd
)
refactor(ui): format js files
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 24 Apr 2023 23:05:57 +0000
(
01:05
+0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/ui/web/.lintstagedrc.js
b/ui/web/.lintstagedrc.js
index c447bcc398646a8656fa39f39ca3574d0913e5b7..af444c57fb5f95c3400fdc580a9e3c315bebd1c6 100644
(file)
--- 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',
};