Skip to content

Instantly share code, notes, and snippets.

@namila007
Created July 18, 2018 21:21
Show Gist options
  • Save namila007/cf330a89e7fb200eda5305c032b21470 to your computer and use it in GitHub Desktop.
Save namila007/cf330a89e7fb200eda5305c032b21470 to your computer and use it in GitHub Desktop.
Running Nodemon and ESLint configuration
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/app.js --exec \"npm run lint && node\"",
"lint": "eslint **/*.js"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment