Skip to content

Commit 4470afb

Browse files
committed
docs: vue3-essential may include rules that not applicable for transition period
1 parent 7a1991e commit 4470afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Inspired by [react-codemod](https://github.com/reactjs/react-codemod).
3737

3838
The migration path (to be integrated in a new version of [`vue-migration-helper`](https://github.com/vuejs/vue-migration-helper)):
3939

40-
1. Install eslint-plugin-vue@7, turn on the `vue3-essential` category
40+
1. Install eslint-plugin-vue@7, turn on the `vue3-essential` category (maybe a few exceptions like `vue/no-deprecated-dollar-scopedslots-api`)
4141
2. Run `eslint --fix` to fix all auto-fixable issues; if there are any remaining errors, fix them manually
4242
3. Run the codemods below
4343
4. Install vue@3, vue-loader@16, etc.

0 commit comments

Comments
 (0)