chore: update eslint configuration and adjust docker command [skip ci] (#4101)

This commit is contained in:
Vben
2024-08-09 23:27:18 +08:00
committed by GitHub
parent 5b56c300ab
commit 992b9bae6c
4 changed files with 10 additions and 14 deletions

View File

@@ -14,6 +14,13 @@ const customConfig: Linter.Config[] = [
'vue/require-default-prop': 'off',
},
},
{
files: ['packages/effects/**/**', 'packages/types/**/**'],
ignores: restrictedImportIgnores,
rules: {
'perfectionist/sort-interfaces': 'off',
},
},
{
// apps内部的一些基础规则
files: ['apps/**/**'],
@@ -46,6 +53,7 @@ const customConfig: Linter.Config[] = [
],
},
],
'perfectionist/sort-interfaces': 'off',
},
},
{