Skip to content

Commit e240cfd

Browse files
Tlacenkamatejchalk
authored andcommitted
Turn on type checked rules for .vue files
1 parent d74d452 commit e240cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export default tseslint.config(
154154
},
155155
},
156156
{
157-
files: negatePatterns(TYPESCRIPT_FILE_PATTERNS),
157+
files: negatePatterns([...TYPESCRIPT_FILE_PATTERNS, ...VUE_FILE_PATTERNS]),
158158
...tseslint.configs.disableTypeChecked,
159159
},
160160
);

0 commit comments

Comments
 (0)