Skip to content

Commit 6621439

Browse files
author
Josh Goldberg
authored
Stated minimum TSLint version on README.md (#349)
1 parent a1e1c4c commit 6621439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![Coverage: 100%](https://img.shields.io/badge/coverage-100%25-orange.svg)
55
![TypeScript: Strict](https://img.shields.io/badge/typescript-strict-yellow.svg)
66
[![NPM version](https://badge.fury.io/js/tslint-to-eslint-config.svg)](http://badge.fury.io/js/tslint-to-eslint-config)
7-
[![Circle CI](https://img.shields.io/circleci/build/github/typescript-eslint/tslint-to-eslint-config.svg)](https://circleci.com/gh/typescript-eslint/tslint-to-eslint-config)
7+
[![Circle CI](https://img.shields.io/circleci/build/github/typescript-eslint/tslint-to-eslint-config.svg)](https://circleci.com/gh/typescript-eslint/tslint-to-eslint-config)
88
[![Join the chat at https://gitter.im/tslint-to-eslint-config/community](https://img.shields.io/badge/chat-gitter-informational.svg)](https://gitter.im/tslint-to-eslint-config/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
99
[![Code Style: Prettier](https://img.shields.io/badge/speed-blazingly_fast-blueviolet.svg)](https://prettier.io)
1010

@@ -32,7 +32,7 @@ The `tslint-to-eslint-config` command reads in any existing linter, TypeScript,
3232
For any TSLint rules with corresponding ESLint equivalents, those equivalents will be used in the new configuration.
3333
TSLint rules without ESLint equivalents will be wrapped with [eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin-tslint).
3434

35-
> Requires Node 8+ (LTS)
35+
> Requires Node 10+ (LTS) and TSLint 5.18+
3636
3737
### CLI Flags
3838

0 commit comments

Comments
 (0)