You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ This package exports:
31
31
32
32
-`defineConfig`, a utility function whose type signature is the same as the [`config` function from `typescript-eslint`](https://typescript-eslint.io/packages/typescript-eslint#config).
33
33
-`configs`, contains all the [shared configruations from `typescript-eslint`](https://typescript-eslint.io/users/configs) (in camelCase, e.g. `configs.recommendedTypeChecked`).
34
-
- a Vue-specific config factory: `configureVueProject({ supportedScriptLangs, rootDir })`. More info below.
34
+
- a Vue-specific config factory: `configureVueProject({ scriptLangs, rootDir })`. More info below.
35
35
36
36
### Minimal Setup
37
37
@@ -66,27 +66,27 @@ import {
66
66
67
67
configureVueProject({
68
68
// Optional: specify the script langs in `.vue` files
0 commit comments