Skip to content

Commit

Permalink
[FIX} Adjust the Prettier configuration for the Angular project.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Jun 21, 2020
1 parent 79fb6dc commit ae7d80e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion comixed-frontend/package.json
Expand Up @@ -11,7 +11,15 @@
},
"prettier": {
"singleQuote": true,
"useTabs": false
"useTabs": false,
"bracketSpacing": true,
"jsxBracketSameLine": true,
"langs": [
"js",
"javascript",
"typescript",
"html"
]
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit ae7d80e

Please sign in to comment.