update linter glob
This commit is contained in:
parent
81b139f4f4
commit
dce761cda0
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "npm run test",
|
"lint": "npm run test",
|
||||||
"test": "remark -u lint ./4.0/*.markdown ./legacy/**/*.markdown"
|
"test": "remark -u lint ./**/*.markdown ./readme.markdown"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"markdown",
|
"markdown",
|
||||||
|
|
Reference in a new issue