Skip to content

Instantly share code, notes, and snippets.

@ngohungphuc
Created January 20, 2020 15:43
Show Gist options
  • Save ngohungphuc/d0cdc18f99a3cafa0fa0ddf945d575b7 to your computer and use it in GitHub Desktop.
Save ngohungphuc/d0cdc18f99a3cafa0fa0ddf945d575b7 to your computer and use it in GitHub Desktop.
"lint-step": {
"*.scss": [
"stylelint src/**/*.scss"
],
"*.{ts,jsx}": [
"ng lint"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-step"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment