chore: update deps

This commit is contained in:
vben
2024-06-23 13:19:55 +08:00
parent 7574a5914c
commit 1279872089
25 changed files with 389 additions and 3136 deletions

View File

@@ -7,6 +7,13 @@ const customConfig: Linter.FlatConfig[] = [
'vue/require-default-prop': 'off',
},
},
{
files: ['apps/backend-mock/**/**'],
rules: {
'@typescript-eslint/no-extraneous-class': 'off',
'no-console': 'off',
},
},
];
export { customConfig };