tslint-config-kodefox

A TSLint config for KodeFox JavaScript Style

Usage no npm install needed!

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

README

TSLint Config KodeFox

Installation

yarn add -D tslint-config-kodefox

-- or --

npm install --save-dev tslint-config-kodefox

Usage

In tslint.json

{
  "extends": "tslint-config-kodefox"
}