1.0.2 • Published 6 years ago

@hnp/tslint-config v1.0.2

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

@hnp/tslint-config

hero

version licence

TsLint Rules

Extends standard with pedantic rules about lodash/fp


Table of contents

Installation

npm install @hnp/tslint-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