Skip to content

Commit

Permalink
Allowing longer lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gja committed Nov 20, 2018
1 parent f6fbb1a commit 7bdf281
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"standard",
"jest"
],
"parser": "babel-eslint"
"parser": "babel-eslint",
"rules": {
"max-len": ["warn", { "code": 120 }]
}
}
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
printWidth: 120

0 comments on commit 7bdf281

Please sign in to comment.