Skip to content

Commit

Permalink
fix: add missing dot to extraFileExtensions (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrs authored Oct 14, 2024
1 parent 9acfd84 commit df69e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function createConfig({
ecmaFeatures: {
jsx: mayHaveJsxInSfc,
},
extraFileExtensions: ['vue'],
extraFileExtensions: ['.vue'],
},
},
rules: {
Expand Down

0 comments on commit df69e5e

Please sign in to comment.