Skip to content

Commit

Permalink
chore: Update lint:js script to show only errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Jan 29, 2021
1 parent 9ab8b93 commit 06e4a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"update": "npm-check -u",
"----BUILD": "",
"----LINT": "",
"lint:js": "eslint --ext .js src/",
"lint:js": "eslint --quiet --ext .js src/",
"lint:md": "markdownlint *.md",
"lint": "npm run lint:md && npm run lint:js",
"----TEST": "",
Expand Down

0 comments on commit 06e4a04

Please sign in to comment.