Skip to content

Commit

Permalink
feat(lint): change singleQuote on prettier to true
Browse files Browse the repository at this point in the history
BREAKING CHANGE: change singleQuote on prettier to true
closes #9
  • Loading branch information
GabeDuarteM committed Sep 16, 2018
1 parent 08d1c36 commit 3a0f424
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/config/prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
module.exports = {
semi: false,
trailingComma: "all",
singleQuote: true,
}

0 comments on commit 3a0f424

Please sign in to comment.