Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make Prettier use its config file
Using vim-prettier seemed to not respect the new default for `trailingComma` which is `"all"` since Prettier 3.0.0 Turns out it was using its own setting `"es5"` instead. Setting the `config_precedence` makes Prettier itself use a config file if it finds one.
- Loading branch information