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:
0d6f335
)
fix: revert schema usage for linted-staged: no supported
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 25 Apr 2023 22:12:10 +0000
(
00:12
+0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 25 Apr 2023 22:12:10 +0000
(
00:12
+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 c8469cdd27fff029c423d0c9716d3e3e80c0411a..88f2a228586da764e81832a6febaf8a6925ab9c0 100644
(file)
--- a/
.lintstagedrc.json
+++ b/
.lintstagedrc.json
@@
-1,5
+1,4
@@
{
- "$schema": "https://json.schemastore.org/lintstagedrc.schema",
"{src,test}/**/*.{ts,tsx}": ["prettier --cache --write", "eslint --cache --fix"],
"**/*.{json,md,yml,yaml}": ["prettier --cache --write"],
"**/*.{js,jsx,mjs,cjs}": ["prettier --cache --write", "eslint --cache --fix"]