Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: read .markdownlint.json config file and merge it with the defau… #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

neverbot
Copy link

@neverbot neverbot commented Apr 1, 2024

First solution to read a config file (same file name as the markdownlint package: .markdownlint.json) and merges the options with the default ones used by this package.

Solves #6 I think.

Probably is not the best place to read the config file (the file is read multiple times, every time a rule is going to be checked), but it's the place where the markdownlint object is imported and used, and I didn't want to change more code, just make this feature available in an easy way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant