Skip to content

Instantly share code, notes, and snippets.

@birendra-b
Created June 29, 2020 16:29
Show Gist options
  • Save birendra-b/bbbf92100f0e68478565247ac4258c45 to your computer and use it in GitHub Desktop.
Save birendra-b/bbbf92100f0e68478565247ac4258c45 to your computer and use it in GitHub Desktop.
package.json with eslint script update
{
"name": "my-app",
"version": "0.0.0",
"scripts": {
"build": "node build.js",
"start": "node index.js",
"lint": "eslint . --ext .ts",
},
"dependencies": {
"@types/redis": "^2.8.22",
"command-line-args": "^5.1.1",
"cookie-parser": "^1.4.5",
},
"devDependencies": {
"@types/command-line-args": "^5.0.0",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.6",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment