Skip to content

Commit

Permalink
feat: use singleQuote (#1)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Single quotes are now preferred over double quotes.
  • Loading branch information
Alex Van Camp authored Sep 6, 2019
1 parent 0248c37 commit b870319
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ module.exports = {
/* This can help reduce diff sizes, so we generally like it
* as a best practice to make code reviews just that tiny bit better. */
trailingComma: "all",

/* A single quote requires pressing only one key,
* but a double quote requires holding shift.
* So, we find single quotes easier to type and prefer them. */
singleQuote: true
};

0 comments on commit b870319

Please sign in to comment.