chore: 框架构建流程调整
This commit is contained in:
@@ -33,6 +33,8 @@ const customConfig: Linter.Config[] = [
|
||||
files: ['apps/**/**'],
|
||||
ignores: restrictedImportIgnores,
|
||||
rules: {
|
||||
'n/prefer-global/process': 'off',
|
||||
'no-console': 'off',
|
||||
'no-restricted-imports': [
|
||||
'error',
|
||||
{
|
||||
@@ -61,6 +63,7 @@ const customConfig: Linter.Config[] = [
|
||||
},
|
||||
],
|
||||
'perfectionist/sort-interfaces': 'off',
|
||||
'vue/html-closing-bracket-newline': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user