prettier: use standard config for all files including changelog (#2879)

This commit is contained in:
Kristoffer Dalby 2025-11-12 06:59:43 -06:00 committed by GitHub
parent 218a8db1b9
commit 000d5c3b0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 200 additions and 406 deletions

View file

@ -57,14 +57,6 @@ repos:
sass,
markdown,
]
exclude: ^CHANGELOG\.md$
# Prettier for CHANGELOG.md with special formatting
- id: prettier-changelog
name: prettier-changelog
entry: prettier --write --print-width 80 --prose-wrap always
language: system
files: ^CHANGELOG\.md$
# golangci-lint for Go code quality
- id: golangci-lint