Skip to content

Commit 229a47c

Browse files
authored
fix: add missing dot to extraFileExtensions
1 parent 9acfd84 commit 229a47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default function createConfig({
9292
ecmaFeatures: {
9393
jsx: mayHaveJsxInSfc,
9494
},
95-
extraFileExtensions: ['vue'],
95+
extraFileExtensions: ['.vue'],
9696
},
9797
},
9898
rules: {

0 commit comments

Comments
 (0)