Skip to content

Instantly share code, notes, and snippets.

@agusrichard
Created November 4, 2021 20:07
Show Gist options
  • Save agusrichard/99fc802f9017e247e625dfc25fc10633 to your computer and use it in GitHub Desktop.
Save agusrichard/99fc802f9017e247e625dfc25fc10633 to your computer and use it in GitHub Desktop.
"scripts": {
"build": "tsc",
"dev": "eslint --fix --ext .ts ./src && nodemon",
"lint": "eslint --fix --ext .ts ./src"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment