Skip to content

Commit

Permalink
fix: prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chikara Chan authored and Chikara Chan committed Jan 28, 2019
1 parent 9f9eec8 commit 5966044
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
singleQuote: true,
trailingComma: false,
trailingComma: 'none',
};

0 comments on commit 5966044

Please sign in to comment.