Skip to content

Commit

Permalink
Fix lint script to include lint:js (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Aug 1, 2024
1 parent da96d72 commit aa15a36
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 @@ -22,7 +22,7 @@
"type": "module",
"scripts": {
"format": "prettier --write .",
"lint": "npm run lint:formatting && npm run lint:md",
"lint": "npm run lint:formatting && npm run lint:js && npm run lint:md",
"lint:formatting": "prettier --check .",
"lint:js": "eslint . --cache --max-warnings=0",
"lint:md": "remark . --quiet --frail",
Expand Down

0 comments on commit aa15a36

Please sign in to comment.