Skip to content

Commit 58fbe4e

Browse files
authored
fix: correct the files pattern to fix defineEmit errors (#47)
1 parent 0b463ee commit 58fbe4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727

2828
overrides: [
2929
{
30-
files: ['*.ts', '*.tsx', '.vue'],
30+
files: ['*.ts', '*.tsx', '*.vue'],
3131
rules: {
3232
// The core 'no-unused-vars' rules (in the eslint:recommeded ruleset)
3333
// does not work with type definitions

0 commit comments

Comments
 (0)