Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix(lint): use eslint directly
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Nov 25, 2016
1 parent 7fad4d8 commit 443dd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"npm": ">=3.0.0"
},
"scripts": {
"lint": "aegir-lint",
"lint": "eslint -c node_modules/aegir/config/eslintrc.yml src test",
"coverage": "gulp coverage",
"test": "gulp test",
"test:node": "gulp test:node",
Expand Down

0 comments on commit 443dd9e

Please sign in to comment.