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

Commit b68c43a

Browse files
fix linting by installing missing plugin
1 parent 443dd9e commit b68c43a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"npm": ">=3.0.0"
1919
},
2020
"scripts": {
21-
"lint": "eslint -c node_modules/aegir/config/eslintrc.yml src test",
21+
"lint": "aegir-lint",
2222
"coverage": "gulp coverage",
2323
"test": "gulp test",
2424
"test:node": "gulp test:node",
@@ -54,6 +54,7 @@
5454
"buffer-loader": "0.0.1",
5555
"chai": "^3.5.0",
5656
"detect-node": "^2.0.3",
57+
"eslint-plugin-react": "^6.7.1",
5758
"execa": "^0.5.0",
5859
"expose-loader": "^0.7.1",
5960
"form-data": "^2.1.2",

0 commit comments

Comments
 (0)