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:
311be08
)
Refine lint staged configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 15 Oct 2022 13:34:17 +0000
(15:34 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 15 Oct 2022 13:34:17 +0000
(15:34 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.lintstagedrc.json
patch
|
blob
|
blame
|
history
diff --git
a/.lintstagedrc.json
b/.lintstagedrc.json
index 818d835a563868609b61bdb00a5dca728b08ff7d..2dcf75bbd484de67017ee3ac9bcabd989d59c73f 100644
(file)
--- a/
.lintstagedrc.json
+++ b/
.lintstagedrc.json
@@
-1,5
+1,5
@@
{
"{src,test}/**/*.ts": ["prettier --write", "eslint --cache --fix"],
- "**/*.{json,md,yml}": ["prettier --write"],
+ "**/*.{json,md,yml
,yaml
}": ["prettier --write"],
"**/*.{js,mjs}": ["prettier --write", "eslint --cache --fix"]
}