Skip to content

Commit ee0b878

Browse files
committed
fix: code review, limit files by extension
1 parent d8d11dc commit ee0b878

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/configs/recommended.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ export function recommended(extenions?: RuleExtensions): FlatConfig.ConfigArray
5858
},
5959
},
6060
{
61+
name: 'blitz/import',
62+
files: [...tsFileExtensions, ...jsFileExtensions],
6163
plugins: {
6264
import: pluginImport,
6365
},

0 commit comments

Comments
 (0)