From af83c9f123c6cf98861e68fd157d70908028320e Mon Sep 17 00:00:00 2001 From: John Ginger Date: Fri, 24 Jun 2022 17:32:48 +0100 Subject: [PATCH] Update Readme - tslint has been deprecated Update Readme to indicate that tslint has been deprecated --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d6bbfa4..7852f14 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +# Deprecated - use eslint instead +tslint has been deprecated https://github.com/palantir/tslint +consider using the following eslint tool instead +https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/naming-convention.md + +---- + [![npm version](http://img.shields.io/npm/v/tslint-consistent-codestyle.svg)](https://npmjs.org/package/tslint-consistent-codestyle) [![Downloads](http://img.shields.io/npm/dm/tslint-consistent-codestyle.svg)](https://npmjs.org/package/tslint-consistent-codestyle) [![CircleCI](https://circleci.com/gh/ajafff/tslint-consistent-codestyle.svg?style=shield)](https://circleci.com/gh/ajafff/tslint-consistent-codestyle)