mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-23 14:46:18 +08:00
chore: init project
This commit is contained in:
12
internal/lint-configs/eslint-config/src/custom-config.ts
Normal file
12
internal/lint-configs/eslint-config/src/custom-config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { Linter } from 'eslint';
|
||||
|
||||
const customConfig: Linter.FlatConfig[] = [
|
||||
{
|
||||
files: ['packages/@vben-core/uikit/shadcn-ui/**/**'],
|
||||
rules: {
|
||||
'vue/require-default-prop': 'off',
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
export { customConfig };
|
Reference in New Issue
Block a user