We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44eac09 commit e489e53Copy full SHA for e489e53
package.json
@@ -10,7 +10,8 @@
10
"unpkg": "./dist/react-json-form.js",
11
"scripts": {
12
"build": "microbundle",
13
- "dev": "microbundle watch --no-compress --jsx React.createElement --output ./dev/dist/"
+ "dev": "microbundle watch --no-compress --jsx React.createElement --output ./dev/dist/",
14
+ "lint": "eslint src"
15
},
16
"keywords": [],
17
"author": "",
0 commit comments