Skip to content

Commit

Permalink
fix xo on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiriac committed Jan 7, 2017
1 parent edda0c4 commit ddde5f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
},
"xo": {
"space": 2,
"envs": ["node", "mocha"]
"overrides": [
{
"files": "test/*.js",
"envs": ["node", "mocha"]
}
]
},
"keywords": [
"doc",
Expand Down

0 comments on commit ddde5f8

Please sign in to comment.