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

Commit 443dd9e

Browse files
committed
fix(lint): use eslint directly
1 parent 7fad4d8 commit 443dd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"npm": ">=3.0.0"
1919
},
2020
"scripts": {
21-
"lint": "aegir-lint",
21+
"lint": "eslint -c node_modules/aegir/config/eslintrc.yml src test",
2222
"coverage": "gulp coverage",
2323
"test": "gulp test",
2424
"test:node": "gulp test:node",

0 commit comments

Comments
 (0)