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:
cbb59f0
)
refactor: silence linter
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 9 Oct 2024 15:31:13 +0000
(17:31 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 9 Oct 2024 15:31:13 +0000
(17:31 +0200)
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 0eef8bcc26a3092bb53886a1e3579dfb3d443f82..79297cee0a9030c10b911a3011d673ebfa8329d7 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'],
- '**/*.{json,md,yml,yaml}': ['prettier --cache --write'],
'**/*.{js,jsx,cjs,mjs}': ['prettier --cache --write', 'eslint --cache --fix'],
+ '**/*.{json,md,yml,yaml}': ['prettier --cache --write'],
+ '{src,tests}/**/*.{ts,tsx,cts,mts}': ['prettier --cache --write', 'eslint --cache --fix'],
}