14 lines
210 B
YAML
14 lines
210 B
YAML
---
|
|
engines:
|
|
markdownlint:
|
|
enabled: true
|
|
config_file: .markdownlint.json
|
|
exclude_paths:
|
|
- "vendor/**"
|
|
- "node_modules/**"
|
|
- "build/**"
|
|
- "dist/**"
|
|
- "bin/**"
|
|
- ".github/**"
|
|
- "tests/**"
|