Skip to content

Commit

Permalink
disable the xo/no-process-exit rule for sanity (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianb authored and sindresorhus committed May 3, 2016
1 parent 7ffc20d commit eed3693
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,10 @@
"execa": "^0.1.1",
"indent-string": "^2.1.0",
"xo": "*"
},
"xo": {
"rules": {
"xo/no-process-exit": "off"
}
}
}

0 comments on commit eed3693

Please sign in to comment.