@@ -58,7 +58,6 @@ const customConfig: Linter.Config[] = [
|
||||
},
|
||||
],
|
||||
'perfectionist/sort-interfaces': 'off',
|
||||
'regexp/no-unused-capturing-group': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -99,13 +98,6 @@ const customConfig: Linter.Config[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['packages/effects/access/**/**'],
|
||||
ignores: restrictedImportIgnores,
|
||||
rules: {
|
||||
'regexp/no-unused-capturing-group': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
// 不能引入@vben/*里面的包
|
||||
files: [
|
||||
|
Reference in New Issue
Block a user