Skip to content

Commit

Permalink
Try 80-character line limit instead
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Mar 13, 2017
1 parent df6388a commit 898ba57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
"test": "jest",
"flow": "flow",
"prettier": "prettier --write --no-bracket-spacing --single-quote --jsx-bracket-same-line --trailing-comma all --print-width 100 \"src/**/!(third_party)/*.js\""
"prettier": "prettier --write --no-bracket-spacing --single-quote --jsx-bracket-same-line --trailing-comma all --print-width 80 \"src/**/!(third_party)/*.js\""
},
"jest": {
"modulePathIgnorePatterns": [
Expand Down

0 comments on commit 898ba57

Please sign in to comment.