Skip to content

Commit e4a496f

Browse files
committed
internal: add lint script
1 parent fccd830 commit e4a496f

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
@@ -16,7 +16,8 @@
1616
"tape": "^4.0.1"
1717
},
1818
"scripts": {
19-
"test": "tape tests/*.js"
19+
"test": "tape tests/*.js",
20+
"lint": "eslint index.js tests/"
2021
},
2122
"author": "joshwnj",
2223
"license": "MIT",

0 commit comments

Comments
 (0)