tslint-luhis

0.0.0-alpha0003 • Public • Published

tslint-luhis

Background

Whist working on a React higher order component library I ran into an issue where it created components that functioned correctly, but behaved less than perfectly when inspected in debug mode with the React Dev Tools. This is easily fixed, but it leaves with code that is more verbose than some would normally write. This package contains a rule to cover that instance to ensure that names are given to React components.

Installing

npm install tslint-luhis --save-dev

Then add the ruleset to your tslint.json configuration:

"extends": [ "tslint:recommended", "tslint-luhis" ],

Readme

Keywords

none

Package Sidebar

Install

npm i tslint-luhis

Weekly Downloads

2

Version

0.0.0-alpha0003

License

MIT

Unpacked Size

5.53 kB

Total Files

5

Last publish

Collaborators

  • mccorry