lint-fix-nodemon
Version:
watch files and run eslint+fix+nodemon without double restarts
16 lines (15 loc) • 409 B
JSON
{
"name": "lint-fix-nodemon",
"description": "watch files and run eslint+fix+nodemon without double restarts",
"author": "Theo Ephraim <theozero@gmail.com> (https://theoephraim.com)",
"bin": "index.js",
"license": "Unlicense",
"version": "1.1.0",
"dependencies": {
"chokidar": "^3.3.1",
"colors": "^1.4.0",
"eslint": "^6.8.0",
"lodash": "^4.17.15",
"nodemon": "^2.0.2"
}
}