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

Commit

Permalink
fix linting by installing missing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Nov 25, 2016
1 parent 443dd9e commit b68c43a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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": "eslint -c node_modules/aegir/config/eslintrc.yml src test",
"lint": "aegir-lint",
"coverage": "gulp coverage",
"test": "gulp test",
"test:node": "gulp test:node",
Expand Down Expand Up @@ -54,6 +54,7 @@
"buffer-loader": "0.0.1",
"chai": "^3.5.0",
"detect-node": "^2.0.3",
"eslint-plugin-react": "^6.7.1",
"execa": "^0.5.0",
"expose-loader": "^0.7.1",
"form-data": "^2.1.2",
Expand Down

0 comments on commit b68c43a

Please sign in to comment.