Skip to content

Commit

Permalink
Use npx for eslint for md linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed Aug 5, 2023
1 parent fca8a1a commit 7817f82
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 @@ -6,7 +6,7 @@
"scripts": {
"lint:js": "npx eslint *.js -c .eslintrc.json",
"lint:js:fix": "npx eslint *.js -c .eslintrc.json --fix",
"lint:md": "eslint *.md -c .eslintrc.json",
"lint:md": "npx eslint *.md -c .eslintrc.json",
"lint": "npm run lint:js && npm run lint:md",
"lint:fix": "npm run lint:js:fix"
},
Expand Down

0 comments on commit 7817f82

Please sign in to comment.