Skip to content

Commit c47a69f

Browse files
committed
Update "lint-md" npm script
1 parent 3b274fa commit c47a69f

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
@@ -25,7 +25,7 @@
2525
],
2626
"scripts": {
2727
"lint-js": "eslint .",
28-
"lint-md": "./cli.js -r .",
28+
"lint-md": "./cli.js .",
2929
"lint": "npm run lint-js && npm run lint-md",
3030
"test": "echo \"Error: no test specified\" && exit 1",
3131
"update-git-hooks": "npx simple-git-hooks"

0 commit comments

Comments
 (0)