UNPKG

kinglint

Version:

Load all needed configuration for your project

4 lines (3 loc) 158 B
export const huskyScript = { "prepare:husky": `husky install && npx husky add .husky/pre-commit "npx lint-staged" && npx husky add .husky/commit-msg ""`, };