Skip to content

Instantly share code, notes, and snippets.

@junibrosas
Created June 3, 2020 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save junibrosas/5f3d53da7e077fffc96dd963261f6b78 to your computer and use it in GitHub Desktop.
Save junibrosas/5f3d53da7e077fffc96dd963261f6b78 to your computer and use it in GitHub Desktop.
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx}": "eslint --cache --fix"
},
/**
* -----
*/
"lint-staged": {
"*.js": "eslint"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && lint-staged"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment