Skip to content

Commit

Permalink
docs: align example variable name (#2633)
Browse files Browse the repository at this point in the history
  • Loading branch information
waynzh authored Nov 30, 2024
1 parent ec6ab01 commit a2abbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ import eslintPluginVue from 'eslint-plugin-vue';
import globals from 'globals';
import typescriptEslint from 'typescript-eslint';

export default tseslint.config(
export default typescriptEslint.config(
{ ignores: ['*.d.ts', '**/coverage', '**/dist'] },
{
extends: [
Expand Down

0 comments on commit a2abbf0

Please sign in to comment.