Skip to content

Commit

Permalink
Merge pull request #41 from dev-community-de/prettier-js-singlequotes
Browse files Browse the repository at this point in the history
Enable single quotes by default for Prettier-JS
  • Loading branch information
wookiefriseur authored Aug 14, 2020
2 parents 948e320 + 120efa2 commit 3d23665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ overrides:
- "*.javascript"
options:
parser: babel
singleQuote: true
trailingComma: es5
semi: true

Expand Down

0 comments on commit 3d23665

Please sign in to comment.