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:
b325f29
)
Refine .lintstagedrc.json configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 9 Oct 2022 13:05:01 +0000
(15:05 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 9 Oct 2022 13:05:01 +0000
(15:05 +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 97fb30e2a798ffdf17762a6349b0d040c43b5eda..818d835a563868609b61bdb00a5dca728b08ff7d 100644
(file)
--- a/
.lintstagedrc.json
+++ b/
.lintstagedrc.json
@@
-1,5
+1,5
@@
{
- "{src,test}/**/*.
{js,ts}
": ["prettier --write", "eslint --cache --fix"],
+ "{src,test}/**/*.
ts
": ["prettier --write", "eslint --cache --fix"],
"**/*.{json,md,yml}": ["prettier --write"],
"**/*.{js,mjs}": ["prettier --write", "eslint --cache --fix"]
}