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 6dc042c commit c4e5145Copy full SHA for c4e5145
package.json
@@ -34,7 +34,7 @@
34
},
35
"scripts": {
36
"prepare": "npm run lint && npm run build",
37
- "lint": "standard --fix",
+ "lint": "standard --fix -v",
38
"build": "jison -o lib/jsonlint.js src/jsonlint.y src/jsonlint.l && node scripts/bundle.js | uglifyjs > web/jsonlint.js",
39
"benchmarks": "jison -o benchmarks/jsonlint-pure.js benchmarks/jsonlint-pure.y benchmarks/jsonlint-pure.l && node benchmarks/parse.js",
40
"test": "npm run test:module && npm run test:cli",
0 commit comments