Skip to content

Commit 851bfa4

Browse files
committed
Lint task should use eslint
1 parent f811a81 commit 851bfa4

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
@@ -4,7 +4,7 @@
44
"description": "A component that is resizable with handles.",
55
"main": "index.js",
66
"scripts": {
7-
"lint": "jsxhint lib/ test/",
7+
"lint": "eslint lib/ test/",
88
"test": "echo \"Error: no test specified\" && exit 1",
99
"build": "bash build.sh",
1010
"build-example": "webpack",

0 commit comments

Comments
 (0)