Created
January 20, 2020 15:43
-
-
Save ngohungphuc/d0cdc18f99a3cafa0fa0ddf945d575b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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