Skip to content

Commit

Permalink
Use eslint not standard
Browse files Browse the repository at this point in the history
  • Loading branch information
idan committed Jul 6, 2017
1 parent 7cdd349 commit acead46
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 387 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -31,8 +31,7 @@
"nock": "^8.0.0",
"np": "2.15.0",
"nyc": "^8.1.0",
"proxyquire": "^1.7.10",
"standard": "^10.0.2"
"proxyquire": "^1.7.10"
},
"files": [
"commands",
Expand All @@ -49,6 +48,6 @@
"qtest": "mocha",
"release": "np",
"standardize": "standard --fix",
"test": "standard && nyc mocha"
"test": "eslint commands lib test && nyc mocha"
}
}

0 comments on commit acead46

Please sign in to comment.