restrict markdown linting to docs

This commit is contained in:
Konstantin Schaper
2021-04-22 10:04:09 +02:00
parent 2006945ce6
commit ad458567b5

View File

@@ -51,6 +51,6 @@
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint",
"*.md": "remark --frail --"
"./docs/**/*.md": "remark --frail --"
}
}