Skip to content

Instantly share code, notes, and snippets.

@moritzjacobs
Last active March 3, 2020 12:37
Show Gist options
  • Save moritzjacobs/62f5e0a95667338745861bb43280d703 to your computer and use it in GitHub Desktop.
Save moritzjacobs/62f5e0a95667338745861bb43280d703 to your computer and use it in GitHub Desktop.
scriptlint changes: non-strict
{
"name": "my-cool-project",
"version": "1.0.0",
"scripts": {
"test": "npm run build && npm run eslint",
"eslint": "eslint src",
"start": "webpack-dev-server",
"dev": "npm run start",
"build": "webpack"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment