1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-23 22:56:54 +09:00
whippy-edition/.prettierrc.js
Yamagishi Kazutoshi 584d8b977b
Format JSON and YAML using Prettier (#17823)
* Format JSON and YAML using Prettier

* Add prettier to devDep
2022-03-21 04:46:11 +01:00

4 lines
41 B
JavaScript

module.exports = {
singleQuote: true
}