upgrade eslint version
To fix ESLint Errors in Markdown(or more in the future) automatically.
npm install --save eslint-tinker
Edit package.json:
package.json
{ "scripts": { "eslint-tinker": "eslint-tinker path/to/file.md" } }
Then:
npm run eslint-tinker
MIT
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
eslint-tinker
To fix ESLint Errors in Markdown(or more in the future) automatically.
Installation
Usage
Edit
package.json:Then:
Liscense
MIT