mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-27 20:48:53 -05:00
prettier: use standard config for all files including changelog (#2879)
This commit is contained in:
1
Makefile
1
Makefile
@@ -64,7 +64,6 @@ fmt-go: check-deps $(GO_SOURCES)
|
||||
fmt-prettier: check-deps $(DOC_SOURCES)
|
||||
@echo "Formatting documentation and config files..."
|
||||
prettier --write '**/*.{ts,js,md,yaml,yml,sass,css,scss,html}'
|
||||
prettier --write --print-width 80 --prose-wrap always CHANGELOG.md
|
||||
|
||||
.PHONY: fmt-proto
|
||||
fmt-proto: check-deps $(PROTO_SOURCES)
|
||||
|
||||
Reference in New Issue
Block a user