We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d3e54 commit 50f31dfCopy full SHA for 50f31df
src/configs/recommended.ts
@@ -58,6 +58,8 @@ export function recommended(extenions?: RuleExtensions): FlatConfig.ConfigArray
58
},
59
60
{
61
+ name: 'blitz/import',
62
+ files: [...tsFileExtensions, ...jsFileExtensions],
63
plugins: {
64
import: pluginImport,
65
0 commit comments