Format JSON and YAML using Prettier (#17823)

* Format JSON and YAML using Prettier

* Add prettier to devDep
This commit is contained in:
Yamagishi Kazutoshi
2022-03-21 12:46:11 +09:00
committed by GitHub
parent cf5435bb27
commit 584d8b977b
17 changed files with 203 additions and 129 deletions

View File

@ -95,8 +95,5 @@
"scripts": {
"postdeploy": "bundle exec rails db:migrate && bundle exec rails db:seed"
},
"addons": [
"heroku-postgresql",
"heroku-redis"
]
"addons": ["heroku-postgresql", "heroku-redis"]
}