Skip to content

Commit

Permalink
change printWidth to 90
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwang committed Jan 8, 2019
1 parent 7ec573d commit 56b5061
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ In your `package.json`
"globals": []
}
```

## Todo
- [ ] how to integrate with editor plugins?
- [ ] how to integrate with `snazzy`?
2 changes: 1 addition & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prettier/prettier": [
"error", {
"semi": false,
"printWidth": 80,
"printWidth": 90,
"arrowParens": "always",
"jsxBracketSameLine": true,
"jsxSingleQuote": true,
Expand Down

0 comments on commit 56b5061

Please sign in to comment.