mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-01 00:19:44 +02:00
restrict markdown linting to docs
This commit is contained in:
@@ -51,6 +51,6 @@
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx}": "eslint",
|
||||
"*.md": "remark --frail --"
|
||||
"./docs/**/*.md": "remark --frail --"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user