husky.config.js (
5
lines of code) (
raw
):
module.exports = { hooks: { 'pre-commit': 'lint-staged', }, };