Skip to content

Commit

Permalink
chore: adds prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed May 9, 2019
1 parent 4b45fc7 commit 69f9a93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"useTabs": false,
"semi": true,
"trailingComma": "none",
"arrowParens": "always",
"singleQuote": true
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"lint-staged": {
"*.js": [
"prettier --write",
"eslint",
"git add"
]
Expand Down

0 comments on commit 69f9a93

Please sign in to comment.