1.0.2 and add more deprecation

This commit is contained in:
Matt Bierner 2022-03-31 16:12:26 -07:00
Родитель 10da4cfe77
Коммит 585ee21fe9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 099C331567E11888
3 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,9 @@
# Changelog
## 1.0.2 - March 31, 2022
- Deprecate package as eslint is now preferred for TypeScript linting.
- Try ignoring in-memory files which can crash tslint.
## 1.0.1 - December 14, 2020
- Catch error when resolving global tslint fails. Thanks @nickjs!

Просмотреть файл

@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/Microsoft/typescript-tslint-plugin.svg?branch=master)](https://travis-ci.org/Microsoft/typescript-tslint-plugin)
> **❗IMPORTANT**: TSLint [has been deprecated](https://medium.com/palantir/tslint-in-2019-1a144c2317a9) in favor of ESLint.
> **❗IMPORTANT**: TSLint [has been deprecated](https://medium.com/palantir/tslint-in-2019-1a144c2317a9) in favor of ESLint and this plug-in has also been deprecated in favor of eslint.
>
> Please look into [migrating your projects to ESLint](https://github.com/typescript-eslint/typescript-eslint#typescript-eslint).

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "typescript-tslint-plugin",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript tslint language service plugin",
"main": "out/index.js",
"author": "Microsoft",