Husky config for use of combining all linters and formatters
This package deprecated due of husky new architecture
npm install husky-config-airlight --save-dev
# or
yarn add husky-config-airlight -D
For working properly, you may need one or all of these dependencies.
For more information about each dependencies, click to dependecy link to learn about configs, features and how they work
.huskyrc.js
module.exports = require('husky-config-airlight');
We used following rules.
Change these configs by your needs
{
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
MIT