Skip to content

Commit 413f57f

Browse files
docs: update tslint migration guide
fix #214
1 parent 66e18f2 commit 413f57f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/user-guide/migrating-from-tslint.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Migrating from TSLint
22

3-
In 2019, [Palantir plans to deprecate TSLint](https://github.com/palantir/tslint/issues/4534) and support the migration to ESLint.
3+
[TSLint is now deprecate](https://github.com/palantir/tslint/issues/4534).
44
This guide is intended to help those who are using tslint-immutable to migrate their settings and projects to use eslint-plugin-functional.
55

66
## Configuration File
@@ -60,7 +60,6 @@ Below is a table mapping the `eslint-plugin-functional` rules to their `tslint-i
6060
| [`functional/no-this-expression`](../rules/no-this-expression.md) | `no-this` |
6161
| [`functional/no-class`](../rules/no-class.md) | `no-class` |
6262
| [`functional/no-mixed-type`](../rules/no-mixed-type.md) | `no-mixed-interface` |
63-
| [`functional/prefer-type-literal`](../rules/prefer-type-literal.md) | - |
6463
| [`functional/no-expression-statement`](../rules/no-expression-statement.md) | `no-expression-statement` |
6564
| [`functional/no-conditional-statement`](../rules/no-conditional-statement.md) | `no-if-statement` |
6665
| [`functional/no-loop-statement`](../rules/no-loop-statement.md) | `no-loop-statement` |

0 commit comments

Comments
 (0)