Blame view

泰额版/Food Labeling Management Code/Yi.Vben5.Vue3/internal/lint-configs/eslint-config/src/configs/command.ts 187 Bytes
383e20a3   杨鑫   拉取
1
2
3
4
5
6
7
8
9
10
  import createCommand from 'eslint-plugin-command/config';
  
  export async function command() {
    return [
      {
        // @ts-expect-error - no types
        ...createCommand(),
      },
    ];
  }