Skip to content

Commit

Permalink
Using the prettier configuration for a few files to show the diff
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerjt committed May 18, 2019
1 parent 1cf1eab commit 0728b94
Show file tree
Hide file tree
Showing 4 changed files with 360 additions and 229 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"editor.formatOnSave": true,
"javascript.validate.enable": false,
"prettier.eslintIntegration": true,
"prettier.trailingComma": "es5"
"prettier.trailingComma": "es5",
"prettier.singleQuote": true
}
Loading

0 comments on commit 0728b94

Please sign in to comment.