File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Migrating from TSLint
2
2
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 ) .
4
4
This guide is intended to help those who are using tslint-immutable to migrate their settings and projects to use eslint-plugin-functional.
5
5
6
6
## Configuration File
@@ -60,7 +60,6 @@ Below is a table mapping the `eslint-plugin-functional` rules to their `tslint-i
60
60
| [ ` functional/no-this-expression ` ] ( ../rules/no-this-expression.md ) | ` no-this ` |
61
61
| [ ` functional/no-class ` ] ( ../rules/no-class.md ) | ` no-class ` |
62
62
| [ ` functional/no-mixed-type ` ] ( ../rules/no-mixed-type.md ) | ` no-mixed-interface ` |
63
- | [ ` functional/prefer-type-literal ` ] ( ../rules/prefer-type-literal.md ) | - |
64
63
| [ ` functional/no-expression-statement ` ] ( ../rules/no-expression-statement.md ) | ` no-expression-statement ` |
65
64
| [ ` functional/no-conditional-statement ` ] ( ../rules/no-conditional-statement.md ) | ` no-if-statement ` |
66
65
| [ ` functional/no-loop-statement ` ] ( ../rules/no-loop-statement.md ) | ` no-loop-statement ` |
You can’t perform that action at this time.
0 commit comments