Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
🔄 Synced local 'prettier.config.js' with remote 'prettier.config.js.j…
Browse files Browse the repository at this point in the history
…inja'
  • Loading branch information
openverse-bot committed Dec 14, 2022
1 parent 1da4ede commit 5e882e8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
// - https://github.com/WordPress/openverse/blob/main/prettier.config.js.jinja

module.exports = {
trailingComma: 'es5',
trailingComma: "es5",
tabWidth: 2,
semi: false,
singleQuote: true,
singleQuote: false,
proseWrap: "always",
overrides: [
{
files: '*.yml',
files: "*.yml",
options: {
singleQuote: false,
proseWrap: "preserve",
},
},
],
Expand Down

0 comments on commit 5e882e8

Please sign in to comment.