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:
bd770dd
)
Refine lint-staged configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 23 Oct 2022 08:19:21 +0000
(10:19 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 23 Oct 2022 08:19:21 +0000
(10:19 +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 2dcf75bbd484de67017ee3ac9bcabd989d59c73f..699dd0fa4f3b6801cc8dbde41da3b9baa9825641 100644
(file)
--- a/
.lintstagedrc.json
+++ b/
.lintstagedrc.json
@@
-1,5
+1,5
@@
{
- "{src,test}/**/*.
ts
": ["prettier --write", "eslint --cache --fix"],
+ "{src,test}/**/*.
{ts,tsx}
": ["prettier --write", "eslint --cache --fix"],
"**/*.{json,md,yml,yaml}": ["prettier --write"],
- "**/*.{js,
m
js}": ["prettier --write", "eslint --cache --fix"]
+ "**/*.{js,
jsx,mjs,c
js}": ["prettier --write", "eslint --cache --fix"]
}