Skip to content

Commit

Permalink
Chore: Update lint:md script
Browse files Browse the repository at this point in the history
  • Loading branch information
molant authored and antross committed Mar 26, 2019
1 parent bdedf58 commit f37d646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hint/package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"clean": "rimraf dist", "clean": "rimraf dist",
"lint": "npm-run-all lint:*", "lint": "npm-run-all lint:*",
"lint:js": "eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives", "lint:js": "eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives",
"lint:md": "markdownlint docs README.md", "lint:md": "node ../../scripts/lint-markdown.js",
"hint": "node dist/src/bin/hint", "hint": "node dist/src/bin/hint",
"test": "npm run lint && npm run build && npm run test-only", "test": "npm run lint && npm run build && npm run test-only",
"test-only": "nyc ava", "test-only": "nyc ava",
Expand Down

0 comments on commit f37d646

Please sign in to comment.