Skip to content

Commit e489e53

Browse files
committed
Add lint command
1 parent 44eac09 commit e489e53

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
@@ -10,7 +10,8 @@
1010
"unpkg": "./dist/react-json-form.js",
1111
"scripts": {
1212
"build": "microbundle",
13-
"dev": "microbundle watch --no-compress --jsx React.createElement --output ./dev/dist/"
13+
"dev": "microbundle watch --no-compress --jsx React.createElement --output ./dev/dist/",
14+
"lint": "eslint src"
1415
},
1516
"keywords": [],
1617
"author": "",

0 commit comments

Comments
 (0)