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:
a6ef1ec
)
build: refine lint-staged configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 28 Dec 2023 12:57:33 +0000
(13:57 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 28 Dec 2023 12:57:33 +0000
(13:57 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.lintstagedrc.js
patch
|
blob
|
blame
|
history
diff --git
a/.lintstagedrc.js
b/.lintstagedrc.js
index 2a11a8987f637d52e294e2f8a2f932945a1c5c01..08c56631116630e9a6bc85ccda868ba4649aeaa0 100644
(file)
--- a/
.lintstagedrc.js
+++ b/
.lintstagedrc.js
@@
-1,5
+1,5
@@
export default {
- '{src,tests}/**/*.{ts,tsx,cts,mts}': ['prettier --cache --write'
/* , 'eslint --cache --fix' */
],
+ '{src,tests}/**/*.{ts,tsx,cts,mts}': ['prettier --cache --write'
, 'eslint --cache --fix'
],
'**/*.{json,md,yml,yaml}': ['prettier --cache --write'],
'**/*.{js,jsx,cjs,mjs}': ['prettier --cache --write', 'eslint --cache --fix'],
};