3.0.2 • Published 3 months ago

husky-config-airlight v3.0.2

Weekly downloads
11
License
MIT
Repository
github
Last release
3 months ago

husky-config-airlight

Husky config for use of combining all linters and formatters

Deprecated

This package deprecated due of husky new architecture

Installation

npm install husky-config-airlight --save-dev
# or
yarn add husky-config-airlight -D

Peer dependencies

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

Usage

.huskyrc.js

module.exports = require('husky-config-airlight');

Rules

We used following rules.

Change these configs by your needs

{
  "hooks": {
    "pre-commit": "lint-staged",
    "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  }
}

License

MIT

3.0.4

3 months ago

3.0.2

3 months ago

3.0.1

4 months ago

3.0.0

1 year ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago