@code-style/eslint-config-typescript
v2.0.0-35
Published
My Typescript ESLint config
Readme
@code-style/eslint-config-typescript
My Typescript eslint config
Usage
The easiest way to get started with this project is to use our setup script.
Install this config plugin as a dev dependency.
npm i -D @code-style/eslint-config-typescriptAdd the plugin to your ESLint config.
extends: - '@code-style/eslint-config' + - '@code-style/eslint-config-typescript'You'll also likely want to have some of my other ESLint configs for your environment.
You might want to add some
ignorePatternsto not lint your transpiled JS.ignorePatterns: - '/out'
