Skip to content

Commit

Permalink
style(prettier): tell prettier to use semicolons
Browse files Browse the repository at this point in the history
πŸ˜”
  • Loading branch information
eventualbuddha committed Oct 19, 2021
1 parent 76c3352 commit 04bfe76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
proseWrap: 'always',
semi: false,
semi: true,
singleQuote: true,
trailingComma: 'es5',
}

0 comments on commit 04bfe76

Please sign in to comment.