Format JSON and YAML using Prettier (#17823)
* Format JSON and YAML using Prettier * Add prettier to devDep
This commit is contained in:
committed by
GitHub
parent
cf5435bb27
commit
584d8b977b
@ -32,4 +32,3 @@ production:
|
||||
host: <%= ENV['DB_HOST'] || 'localhost' %>
|
||||
port: <%= ENV['DB_PORT'] || 5432 %>
|
||||
prepared_statements: <%= ENV['PREPARED_STATEMENTS'] || 'true' %>
|
||||
|
||||
|
@ -17,8 +17,8 @@ data:
|
||||
|
||||
search:
|
||||
paths:
|
||||
- app/
|
||||
- config/navigation.rb
|
||||
- app/
|
||||
- config/navigation.rb
|
||||
|
||||
relative_roots:
|
||||
- app/controllers
|
||||
|
Reference in New Issue
Block a user