0.0.14 • Published 5 years ago
@araclx/husky-config v0.0.14
@araclx/husky-config
husky configuration adopted by ARACLX Foundation to make our releases and commuting more transparent and suitable for
developers.
Installation
$ yarn add husky @araclx/husky-config -D$ npm install --save-dev husky @araclx/husky-configUsage
Create file named .huskyrc.js with following content.
module.exports = require('@araclx/husky-config')Create file named commitlint.config.js with following content.
module.exports = { extends: ['@commitlint/config-conventional'] }Create file named .xo-config.js with following content.
module.exports = require('@araclx/xo-config')License
MIT © ARACLX