This is an automated email from the ASF dual-hosted git repository.
riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new af40c47f44 fix(#3253): Change linting back to check instead of write
(#3254)
af40c47f44 is described below
commit af40c47f444d7ec917b9a28ac79f76f15743c1a1
Author: Philipp Zehnder <[email protected]>
AuthorDate: Fri Sep 27 09:01:04 2024 +0200
fix(#3253): Change linting back to check instead of write (#3254)
---
ui/.lintstagedrc.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/.lintstagedrc.json b/ui/.lintstagedrc.json
index 059fea6ac0..ca7497c491 100644
--- a/ui/.lintstagedrc.json
+++ b/ui/.lintstagedrc.json
@@ -1,4 +1,4 @@
{
- "src/**/*.ts": "prettier --write",
- "src/**/*.ts": ["ng-lint-staged lint --fix"]
+ "*.*": "prettier --check",
+ "src/**/*.ts": ["ng-lint-staged lint --"]
}