Skip to content

Commit

Permalink
Merge pull request #216 from satanTime/docs
Browse files Browse the repository at this point in the history
docs: respecting max line length on npmjs
  • Loading branch information
satanTime authored Oct 18, 2020
2 parents 1ed4a68 + 52aa9b2 commit cd6aaa4
Show file tree
Hide file tree
Showing 6 changed files with 349 additions and 165 deletions.
10 changes: 9 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@
"printWidth": 120,
"singleQuote": true,
"arrowParens": "avoid",
"trailingComma": "es5"
"trailingComma": "es5",
"overrides": [
{
"files": "README.md",
"options": {
"printWidth": 70
}
}
]
}
Loading

0 comments on commit cd6aaa4

Please sign in to comment.