1.0.2 and add more deprecation
This commit is contained in:
Родитель
10da4cfe77
Коммит
585ee21fe9
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче