Skip to content

Instantly share code, notes, and snippets.

@josephhhhh
Last active April 23, 2018 19:59
Show Gist options
  • Save josephhhhh/79aa30d69d3e1c8a55e7d065a48ee6bc to your computer and use it in GitHub Desktop.
Save josephhhhh/79aa30d69d3e1c8a55e7d065a48ee6bc to your computer and use it in GitHub Desktop.
{
"dependencies": {
},
"scripts": {
"lint": "npm-run-all lint:*",
"lint:js": "eslint .",
"lint:css": "stylelint --fix 'public/css/**/*.css'",
"lint:nsp": "nsp check",
"pretest": "npm run lint"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment