0.2.1 • Published 6 years ago

eslint-config-tslint v0.2.1

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

eslint-config-tslint

ESLint config which imitate TSLint

Install

npm install --save-dev eslint-config-tslint eslint @typescript-eslint/eslint-plugin eslint-plugin-import eslint-plugin-simple-import-sort

Usage

Add this to your .eslintrc file:

If you're using TSLint's tslint:recommended before:

{
  "extends": ["tslint/recommended"]
}

If you're using TSLint's tslint:latest before:

{
  "extends": ["tslint/latest"]
}
0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago