Skip to content

Commit

Permalink
update linter glob
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Aug 13, 2022
1 parent 81b139f commit dce761c
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 @@ -16,7 +16,7 @@
],
"scripts": {
"lint": "npm run test",
"test": "remark -u lint ./4.0/*.markdown ./legacy/**/*.markdown"
"test": "remark -u lint ./**/*.markdown ./readme.markdown"
},
"keywords": [
"markdown",
Expand Down

0 comments on commit dce761c

Please sign in to comment.