Enable Prettier in json-mode

This commit is contained in:
Radon Rosborough 2020-11-07 07:04:41 -08:00
parent 23ee6b5b4d
commit 8a1e68441c
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog].
## Unreleased
### Enhancements
* Prettier is now enabled in `json-mode`.
### Bugs fixed
* Prettier now respects `.prettierignore` ([#21]).

View file

@ -475,6 +475,7 @@ commands, lists of strings and symbols, in the format of
(go-mode . gofmt)
(js-mode . prettier)
(js3-mode . prettier)
(json-mode . prettier)
(html-mode . prettier)
(python-mode . black)
(sass-mode . prettier)