@softwareventures/tslint-rules

Standard tslint rules for Software Ventures Limited.

Usage no npm install needed!

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

README

tslint-rules

Standard tslint rules for Software Ventures Limited.

Deprecated: tslint is deprecated. Please migrate to eslint and eslint-config.

Install

npm install --save-dev @softwareventures/tslint-rules

or for yarn users:

yarn add --dev @softwareventures/tslint-rules

Usage

To apply this tslint configuration to your project, add this to tslint.json:

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