Skip to content

Commit

Permalink
feat(configs): prettier setup
Browse files Browse the repository at this point in the history
  • Loading branch information
deini committed Apr 2, 2019
1 parent 3516e52 commit 9ae6d31
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/configs/prettier/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "@bigcommerce/configs/prettier",
"main": "prettier.config.js",
"private": true
}
5 changes: 5 additions & 0 deletions packages/configs/prettier/prettier.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
printWidth: 120,
singleQuote: true,
trailingComma: 'all',
};

0 comments on commit 9ae6d31

Please sign in to comment.