prettier: use standard config for all files including changelog (#2879)
This commit is contained in:
parent
218a8db1b9
commit
000d5c3b0c
3 changed files with 200 additions and 406 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue