Skip to content

Commit

Permalink
Moved prettier config to .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
sidp committed Jan 4, 2018
1 parent 40d9e65 commit f7c6356
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"singleQuote": true,
"trailingComma": "es5",
"useTabs": true
}
7 changes: 2 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
"public/*": true,
".cache/*": true
},
"editor.formatOnSave": true,
"prettier.singleQuote": true,
"prettier.trailingComma": "es5",
"prettier.useTabs": true
}
"editor.formatOnSave": true
}

0 comments on commit f7c6356

Please sign in to comment.