Skip to content

Commit c4e5145

Browse files
committed
chore: Print eslint issue code for easier disabling
1 parent 6dc042c commit c4e5145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"scripts": {
3636
"prepare": "npm run lint && npm run build",
37-
"lint": "standard --fix",
37+
"lint": "standard --fix -v",
3838
"build": "jison -o lib/jsonlint.js src/jsonlint.y src/jsonlint.l && node scripts/bundle.js | uglifyjs > web/jsonlint.js",
3939
"benchmarks": "jison -o benchmarks/jsonlint-pure.js benchmarks/jsonlint-pure.y benchmarks/jsonlint-pure.l && node benchmarks/parse.js",
4040
"test": "npm run test:module && npm run test:cli",

0 commit comments

Comments
 (0)