We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6ab01 commit a2abbf0Copy full SHA for a2abbf0
docs/user-guide/index.md
@@ -80,7 +80,7 @@ import eslintPluginVue from 'eslint-plugin-vue';
80
import globals from 'globals';
81
import typescriptEslint from 'typescript-eslint';
82
83
-export default tseslint.config(
+export default typescriptEslint.config(
84
{ ignores: ['*.d.ts', '**/coverage', '**/dist'] },
85
{
86
extends: [
0 commit comments