Created
July 18, 2018 21:21
-
-
Save namila007/cf330a89e7fb200eda5305c032b21470 to your computer and use it in GitHub Desktop.
Running Nodemon and ESLint configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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