markdownlint-cli
markdownlint-cli copied to clipboard
Allow configuration to be read from package.json
In reference to https://github.com/DavidAnson/markdownlint/issues/332, you said you'd be open to adding support for reading markdownlint-cli's config from package.json. Would you be willing to provide this functionality?
I believe this would be a similar effort to #85, which looked to add support for an external js config file.
I also need this feature. How about davidtheclark/cosmiconfig?
This feature will be awesome. You won't want to have tons of config files at project root. package.json is a good place for these configs.
FYI, this is possible now with markdownlint-cli2: https://github.com/DavidAnson/markdownlint-cli2