Skip to content

Commit a2abbf0

Browse files
authored
docs: align example variable name (#2633)
1 parent ec6ab01 commit a2abbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/user-guide/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ import eslintPluginVue from 'eslint-plugin-vue';
8080
import globals from 'globals';
8181
import typescriptEslint from 'typescript-eslint';
8282

83-
export default tseslint.config(
83+
export default typescriptEslint.config(
8484
{ ignores: ['*.d.ts', '**/coverage', '**/dist'] },
8585
{
8686
extends: [

0 commit comments

Comments
 (0)