mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-09 12:53:15 +08:00
chore: update deps
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user