You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @btmills, any ETA on when 1.0.0-beta.7 will get published to npm?
For anybody that ran into the same issue as I did (installed via npm, tried to use the skip feature listed on the readme): you can just install directly from the repo for the time being.
$ npm install --save-dev eslint/eslint-plugin-markdown
# or if you use Yarn
$ yarn add --dev eslint/eslint-plugin-markdown
Sorry for the delay in getting to this. 1.0.0-beta.7 is published under the next tag, so npm install --save-dev eslint-plugin-markdown@next or yarn add --dev eslint-plugin-markdown@next should do the trick for you!
Looks like beta.7 was released but it looks like it was never pushed to npm.
Would really love that new skip feature!!
The text was updated successfully, but these errors were encountered: