1.0.5 • Published 6 years ago

@hnp/eslint-config v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@hnp/eslint-config

hero

version licence

ESlint Rules

Extends standard with pedantic rules about lodash/fp


Table of contents

Installation

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

Usage

On your .eslintrc.js

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

Protip: You can omit the eslint-config part

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

Changelog

Find the CHANGELOG here, generated using Conventional Commits.

License

MIT © Jorge Proaño