admin-vben5/internal/lint-configs/eslint-config/src/configs/command.ts
2024-05-19 21:20:42 +08:00

11 lines
187 B
TypeScript

import createCommand from 'eslint-plugin-command/config';
export async function command() {
return [
{
// @ts-expect-error - no types
...createCommand(),
},
];
}