@callstack/tslint-config

Callstack TSLint config with Prettier and reasonable defaults based on tslint-microsoft-contrib and tslint-react.

Usage no npm install needed!

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

README

@callstack/tslint-config

Version

PRs Welcome MIT License Chat Code of Conduct

Callstack TSLint config with Prettier and reasonable defaults based on tslint-microsoft-contrib and tslint-react.

Installation

yarn add -D tslint typescript @callstack/tslint-config

Usage

Add to your TSLint config (tslint.json or tslint.yaml):

{
    "extends": "@callstack/tslint-config"
}