Describe the bug
By default markdownlint-cli supports multiple files which contains configuration for this tool:
- .markdownlint.jsonc
- .markdownlint.json
- .markdownlint.yaml
- .markdownlint.yml
Details: https://github.com/igorshubovych/markdownlint-cli/blob/master/README.md?plain=1#L108
It would be nice if megalinter can be compatible with default markdownlint-cli behaviour - work with all of these files by default (and not just with .markdownlint.json).
To Reproduce
Steps to reproduce the behavior:
- Create markdownlint-cli supported configuration file
.markdownlint.yaml.
.markdownlint.yaml is not used by default by megalinter
Expected behavior
Megalinter should keep the compatibility with markdownlint-cli and should be able to work with all supported config files by default.
Describe the bug
By default markdownlint-cli supports multiple files which contains configuration for this tool:
Details: https://github.com/igorshubovych/markdownlint-cli/blob/master/README.md?plain=1#L108
It would be nice if
megalintercan be compatible with defaultmarkdownlint-clibehaviour - work with all of these files by default (and not just with.markdownlint.json).To Reproduce
Steps to reproduce the behavior:
.markdownlint.yaml..markdownlint.yamlis not used by default by megalinterExpected behavior
Megalinter should keep the compatibility with markdownlint-cli and should be able to work with all supported config files by default.