diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2022-03-21 12:46:11 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 04:46:11 +0100 |
commit | 584d8b977b3b8276da3c9035a3d16e61840fc0dc (patch) | |
tree | e38ff4eaaa27e594cbd2cc084442384d99ee0146 /config | |
parent | cf5435bb27b38f317d7d02de4df49c517614b4be (diff) |
Format JSON and YAML using Prettier (#17823)
* Format JSON and YAML using Prettier * Add prettier to devDep
Diffstat (limited to 'config')
-rw-r--r-- | config/database.yml | 1 | ||||
-rw-r--r-- | config/i18n-tasks.yml | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/config/database.yml b/config/database.yml index 9b8d096e9..127a78abf 100644 --- a/config/database.yml +++ b/config/database.yml @@ -32,4 +32,3 @@ production: host: <%= ENV['DB_HOST'] || 'localhost' %> port: <%= ENV['DB_PORT'] || 5432 %> prepared_statements: <%= ENV['PREPARED_STATEMENTS'] || 'true' %> - diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index 7f879b1aa..bc48323e4 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -17,8 +17,8 @@ data: search: paths: - - app/ - - config/navigation.rb + - app/ + - config/navigation.rb relative_roots: - app/controllers |