Skip to content

Commit 3454296

Browse files
authored
chore: fix typos (#84)
1 parent aa612c5 commit 3454296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ other parts of `create-vue` setups, such as `eslint-plugin-vue` being
1313
extended in the same resulting config.
1414

1515
> [!NOTE]
16-
> 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.
16+
> 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.
1717
1818
## Installation
1919

Diff for: src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default function createConfig({
6161
),
6262

6363
// Must set eslint-plugin-vue's base config again no matter whether the user
64-
// has set it before. Otherwise it would be overriden by the tseslint's config.
64+
// has set it before. Otherwise it would be overridden by the tseslint's config.
6565
...pluginVue.configs['flat/base'],
6666

6767
{

0 commit comments

Comments
 (0)