Skip to content

Commit

Permalink
chore: fix typos (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmulholland authored Oct 6, 2024
1 parent aa612c5 commit 3454296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],

{
Expand Down

0 comments on commit 3454296

Please sign in to comment.