From 9d15a1012ac71e76bf6a8189aefdf6a9e7b4947e Mon Sep 17 00:00:00 2001 From: Aparajita Fishman Date: Tue, 14 Jan 2025 08:25:15 -0800 Subject: [PATCH] [docs] Typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d8b56d..8d58fe3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Please also make sure that you have `typescript` and `eslint` installed. Because of the complexity of the configurations, this package exports several utilities: - `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 ESLint config to work with Vue.js + TypeScript. -- `vueTsConfigs`, contains all the [shared configruations from `typescript-eslint`](https://typescript-eslint.io/users/configs) (in camelCase, e.g. `vueTsConfigs.recommendedTypeChecked`), and applies to `.vue` files in addition to TypeScript files. +- `vueTsConfigs`, contains all the [shared configurations from `typescript-eslint`](https://typescript-eslint.io/users/configs) (in camelCase, e.g. `vueTsConfigs.recommendedTypeChecked`), and applies to `.vue` files in addition to TypeScript files. - a Vue-specific config factory: `configureVueProject({ scriptLangs, rootDir })`. More info below. ### Minimal Setup