benjycui / eslint-tinker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%