Skip to content

Commit 74ca2d3

Browse files
authored
Add tip for those checking out v4
1 parent 0e632d9 commit 74ca2d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: docs/started.md

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ npm install --save-dev eslint @intlify/eslint-plugin-vue-i18n
2121

2222
Use `eslint.config.[c|m]js` file to configure rules. This is the default in ESLint v9, but can be used starting from ESLint v8.57.0. See also: https://eslint.org/docs/latest/use/configure/configuration-files-new.
2323

24+
::: tip Requirements
25+
26+
If you're already toe-tipping and checking out v4.0.0, you should use `vueI18n.configs.recommended` instead of `vueI18n.configs["flat/recommended"]` in the following example.
27+
28+
:::
29+
2430
Example eslint.config.js:
2531

2632
```js

0 commit comments

Comments
 (0)