Skip to content

Commit

Permalink
proper prettier config file
Browse files Browse the repository at this point in the history
  • Loading branch information
pgvr committed Jul 4, 2019
1 parent 2e9065f commit 99a9a12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 0 additions & 6 deletions frontend/prettierrc

This file was deleted.

8 changes: 8 additions & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
trailingComma: "all",
tabWidth: 4,
semi: true,
singleQuote: false,
useTabs: false,
printWidth: 120,
};

0 comments on commit 99a9a12

Please sign in to comment.