@vingle/tslint-preset

tslint rules for Vingle

Usage no npm install needed!

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

README

Vingle TSLint Preset

A common TSLint preset for TypeScript projects at Vingle.

Setup

$ npm install @vingle/tslint-preset --save-dev

Add the following to tslint.json

{
  "extends": ["@vingle/tslint-preset"]
}