eslint-tinker

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

Usage no npm install needed!

<script type="module">
  import eslintTinker from 'https://cdn.skypack.dev/eslint-tinker';
</script>

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