Skip to content

Instantly share code, notes, and snippets.

@jason-feng
Created May 8, 2017 20:04
Show Gist options
  • Save jason-feng/5ec9d86718440f80ade96eec8fc67d0c to your computer and use it in GitHub Desktop.
Save jason-feng/5ec9d86718440f80ade96eec8fc67d0c to your computer and use it in GitHub Desktop.
Lints your code before you push
#!/bin/bash
npm run lint:all
# This command could look something like this: `eslint **.js`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment