mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2025-12-30 02:22:25 +00:00
10 lines
150 B
TypeScript
10 lines
150 B
TypeScript
import createCommand from 'eslint-plugin-command/config';
|
|
|
|
export async function command() {
|
|
return [
|
|
{
|
|
...createCommand(),
|
|
},
|
|
];
|
|
}
|