Skip to content

Commit

Permalink
Changed prettier wrap settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pstrassmann committed Aug 25, 2020
1 parent 219d670 commit 15e1ebf
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
36 changes: 36 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"react-redux": "^7.2.1",
"react-scripts": "^3.4.3",
"react-spring": "^8.0.27",
"react-textarea-autosize": "^8.2.0",
"react-transition-group": "^4.4.1",
"react-use": "^15.3.3",
"redux": "^4.0.5",
Expand Down Expand Up @@ -49,7 +50,8 @@
"prettier": "^2.0.5"
},
"prettier": {
"singleQuote": true
"singleQuote": true,
"printWidth": 120
},
"proxy": "http://localhost:5000"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"prettier": "^2.0.5"
},
"prettier": {
"singleQuote": true
"singleQuote": true,
"printWidth": 120
}
}

0 comments on commit 15e1ebf

Please sign in to comment.