Skip to content

Commit 1cad5cd

Browse files
committed
docs: rename configs to vueTsConfigs [skip ci]
1 parent e33db0b commit 1cad5cd

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
@@ -30,7 +30,7 @@ Because of the complexity of this config, it is exported as a factory function t
3030
This package exports:
3131

3232
- `defineConfigWithVueTs`, a utility function whose type signature is the same as the [`config` function from `typescript-eslint`](https://typescript-eslint.io/packages/typescript-eslint#config), but will modify the given config to work with Vue.js + TypeScript.
33-
- `vueTsConfigs`, contains all the [shared configruations from `typescript-eslint`](https://typescript-eslint.io/users/configs) (in camelCase, e.g. `configs.recommendedTypeChecked`).
33+
- `vueTsConfigs`, contains all the [shared configruations from `typescript-eslint`](https://typescript-eslint.io/users/configs) (in camelCase, e.g. `vueTsConfigs.recommendedTypeChecked`).
3434
- a Vue-specific config factory: `configureVueProject({ scriptLangs, rootDir })`. More info below.
3535

3636
### Minimal Setup

0 commit comments

Comments
 (0)