Skip to content

Commit c214cb1

Browse files
committed
add lint command
1 parent 86dade4 commit c214cb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"scripts": {
1313
"prepublish": "npm run build",
1414
"build": "babel src -d lib",
15+
"lint": "eslint src/**/*.js",
1516
"test": "jest ./src"
1617
},
1718
"keywords": [

0 commit comments

Comments
 (0)