Try 80-character line limit instead

This commit is contained in:
Sebastian Markbage
2017-03-13 16:57:16 -07:00
parent df6388ab52
commit 898ba574d6
+1 -1
View File
@@ -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": [