@chrisb-dev/tslint

Basic typescript linting setup to be shared between @chrisb-dev projects.

Usage no npm install needed!

<script type="module">
  import chrisbDevTslint from 'https://cdn.skypack.dev/@chrisb-dev/tslint';
</script>

README

@chrisb-dev/tslint

Basic typescript linting setup to be shared between @chrisb-dev projects.

Installation

Install via npm then update the projects tslint.json to extend the newly installed tslint.json file.

  • npm i --save-dev @chrisb-dev/tslint
  • Update the projects tslint.json file
{
  "extends": "@chrisb-dev/tslint/tslint.json"
}