From 5cc6083d48aff3e1a8ee73a7925d306a9bdeb025 Mon Sep 17 00:00:00 2001 From: Brendan Mulholland Date: Tue, 1 Oct 2024 09:58:18 +0200 Subject: [PATCH] chore: fix typos --- README.md | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a81a712..854c39b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ other parts of `create-vue` setups, such as `eslint-plugin-vue` being extended in the same resulting config. > [!NOTE] -> The current version doesn't support the legacy `.eslintrc*` configuraion format. For that you need to use version 13 or earlier. See the [corresponding README](https://www.npmjs.com/package/@vue/eslint-config-typescript/v/legacy-eslintrc) for more usage instructions. +> The current version doesn't support the legacy `.eslintrc*` configuration format. For that you need to use version 13 or earlier. See the [corresponding README](https://www.npmjs.com/package/@vue/eslint-config-typescript/v/legacy-eslintrc) for more usage instructions. ## Installation diff --git a/src/index.ts b/src/index.ts index dbb1239..d54b42b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -31,7 +31,7 @@ export default function createConfig({ ), // Must set eslint-plugin-vue's base config again no matter whether the user - // has set it before. Otherwise it would be overriden by the tseslint's config. + // has set it before. Otherwise it would be overridden by the tseslint's config. ...pluginVue.configs['flat/base'], {