We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c765c61 commit c5fbc68Copy full SHA for c5fbc68
2 files changed
global/pre-commit.sh
@@ -166,7 +166,7 @@ EOF
166
log "INFO" "$file already exists — skipping creation"
167
fi
168
169
- # Create .prettierrc if missing
+
170
create_config_if_missing ".prettierrc" '{
171
"singleQuote": true,
172
"trailingComma": "es5",
global/precommitFile/.pre-commit-config.yaml
@@ -16,8 +16,7 @@ repos:
16
hooks:
17
- id: go-fmt
18
args: [-w]
19
- - id: go-mod-tidy # Ensure go.mod & go.sum are tidy
20
-
+ - id: go-mod-tidy
21
- repo: https://github.com/psf/black
22
rev: 23.9.1
23
0 commit comments