We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6ee30 commit 0289d66Copy full SHA for 0289d66
src/configs/imports.ts
@@ -64,7 +64,7 @@ export async function imports(): Promise<FlatConfigItem[]> {
64
},
65
{
66
files: ['**/bin/**/*', `**/bin.${GLOB_SRC_EXT}`],
67
- name: 'antfu:imports:bin',
+ name: 'coderwyd:imports:bin',
68
rules: {
69
'antfu/no-import-dist': 'off',
70
'antfu/no-import-node-modules-by-path': 'off',
0 commit comments