0.5.0 • Published 6 years ago

eslint-tinker v0.5.0

Weekly downloads
4,830
License
MIT
Repository
github
Last release
6 years ago

eslint-tinker

npm package NPM downloads Dependency Status

To fix ESLint Errors in Markdown(or more in the future) automatically.

Installation

npm install --save eslint-tinker

Usage

Edit package.json:

{
  "scripts": {
    "eslint-tinker": "eslint-tinker path/to/file.md"
  }
}

Then:

npm run eslint-tinker

Liscense

MIT