Skip to content
9 changes: 9 additions & 0 deletions .precious.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ path-args = "absolute-file"
include = "**/*.json"
ok_exit_codes = 0

[commands.prettier-markdown]
type = "both"
cmd = ["prettier", "--prose-wrap", "always"]
lint-flags = ["--check"]
tidy-flags = ["--write"]
path-args = "absolute-file"
include = "**/*.md"
ok_exit_codes = 0

[commands.golangci-lint-fmt]
type = "both"
cmd = ["golangci-lint", "fmt"]
Expand Down
Loading
Loading