I'm using eslint-plugin-standard to lint my JS files. I would see this style reflected in my markdown files as well but eslint-plugin-markdown doesn't respect this but uses it's own linting style instead. I haven't found any documentation about how to configure the plugin to lint standard style.
Is it possible to configure the linting style for eslint-plugin-markdown? If so: How? If not: I would like to see this feature :-)