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:
884c351
)
build(ui): refine lint-staged configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 24 Apr 2023 23:14:48 +0000
(
01:14
+0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 24 Apr 2023 23:14:48 +0000
(
01:14
+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 022afa74172c4f9ef1257b700131651abdd2f448..5b460e07e6550185ee9a80b60a1b8e3f86c1ecf0 100644
(file)
--- a/
ui/web/.lintstagedrc.js
+++ b/
ui/web/.lintstagedrc.js
@@
-1,5
+1,5
@@
module.exports = {
- '*.{json,md,yml,yaml}': 'prettier --cache --write',
+ '*.{json,md,yml,yaml
,html,js,jsx,cjs,mjs
}': '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',
};