Skip to content

Commit

Permalink
Use double quotes in Prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed May 30, 2024
1 parent cacf6b1 commit 411cb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export default {
singleQuote: false,
// Trailing commas where valid in ES5 (objects, arrays, etc.). Trailing
// commas in type parameters in TypeScript and Flow.
trailingComma: 'es5'
trailingComma: "es5",
};

0 comments on commit 411cb8b

Please sign in to comment.