tslint-config-ezhome

Ezhome's TSLint config

Usage no npm install needed!

<script type="module">
  import tslintConfigEzhome from 'https://cdn.skypack.dev/tslint-config-ezhome';
</script>

README

tslint-config-ezhome

npm version npm license

This package provides Ezhome's tslint.json as an extensible shared config.

Requirements

Usage

  1. Install tslint-config-ezhome and some other TSLint dev dependencies as,

    npm install --save-dev tslint-config-ezhome
    
  2. Extend your tslint.json from tslint-config-ezhome,

      {
        "extends": ["tslint-config-ezhome"]
      }