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 2dc57ed..0929877 100644 --- a/src/index.ts +++ b/src/index.ts @@ -61,7 +61,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'], {