Skip to content

Commit bb095d9

Browse files
committed
docs: add notes for TSLint [ci skip]
1 parent 6857b82 commit bb095d9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/migrations/migrate-from-v4.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,15 @@ If you want to migrate manually and gradually, you can run `vue upgrade <the-plu
3838

3939
### The Global `@vue/cli` and The `vue` Command
4040

41+
### `@vue/cli-plugin-typescript`
42+
43+
#### Dropped TSLint support
44+
45+
As [TSLint has been deprecated](https://github.com/palantir/tslint/issues/4534), we [removed](https://github.com/vuejs/vue-cli/pull/5065) all TSLint-related code in this version.
46+
Please consider switching to ESLint. You can check out [`tslint-to-eslint-config`](https://github.com/typescript-eslint/tslint-to-eslint-config) for a mostly automatic migration experience.
47+
4148
### Internal Packages
4249

4350
#### `@vue/cli-shared-utils`
4451

4552
- Bump [chalk](https://github.com/chalk/chalk) from v2 to v4
46-
-

0 commit comments

Comments
 (0)