eslint-tinker

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

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
eslint-tinker
0.5.05 years ago8 years agoMinified + gzip package size for eslint-tinker in KB

Readme

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