We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1991e commit 4470afbCopy full SHA for 4470afb
README.md
@@ -37,7 +37,7 @@ Inspired by [react-codemod](https://github.com/reactjs/react-codemod).
37
38
The migration path (to be integrated in a new version of [`vue-migration-helper`](https://github.com/vuejs/vue-migration-helper)):
39
40
-1. Install eslint-plugin-vue@7, turn on the `vue3-essential` category
+1. Install eslint-plugin-vue@7, turn on the `vue3-essential` category (maybe a few exceptions like `vue/no-deprecated-dollar-scopedslots-api`)
41
2. Run `eslint --fix` to fix all auto-fixable issues; if there are any remaining errors, fix them manually
42
3. Run the codemods below
43
4. Install vue@3, vue-loader@16, etc.
0 commit comments