@shingo/tslint-rules

tslint rules common to all shingo projects

Usage no npm install needed!

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

README

tslint-rules

tslint rules common to all shingo projects

Install

npm install --save-dev @shingo/tslint-rules && npm install --save-dev tslint

Usage

Add the following to your tslint.json

{
  "extends": "@shingo/tslint-rules"
}