Skip to content

Instantly share code, notes, and snippets.

@moritzjacobs
Created March 2, 2020 16:06
Show Gist options
  • Save moritzjacobs/eef6f05751da78712321db6508d814c1 to your computer and use it in GitHub Desktop.
Save moritzjacobs/eef6f05751da78712321db6508d814c1 to your computer and use it in GitHub Desktop.
package.json before scriptlint
{
"name": "my-cool-project",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint src",
"start-dev": "webpack-dev-server",
"build": "webpack"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment