1.2.1 • Published 5 years ago

eslint-config-hnp v1.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

eslint-config-hnp

hero

version licence

EsLint Rules

Extends standard with pedantic rules about lodash/fp


Table of contents

Installation

npm install eslint-config-hnp --save-dev

Usage

On your .eslintrc.js

module.exports = {
    extends: 'eslint-config-hnp'
}

Protip: You can omit the eslint-config part

module.exports = {
    extends: 'hnp'
}

Changelog

Find the CHANGELOG here, generated using Conventional Commits.

License

MIT © Jorge Proaño