JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 24
  • Score
    100M100P100Q55643F
  • License MIT

Husky config for use of combining all linters and formatters

Package Exports

  • husky-config-airlight
  • husky-config-airlight/config.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (husky-config-airlight) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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