@eagleoutice/flowr - v2.10.1
    Preparing search index...
    recommendedZedConfig: {
        hard_tabs: boolean;
        languages: {
            TypeScript: {
                code_actions_on_format: { "source.fixAll.eslint": boolean };
                formatter: never[];
                prettier: { allowed: boolean };
            };
        };
    } = ...

    Type Declaration

    • hard_tabs: boolean
    • languages: {
          TypeScript: {
              code_actions_on_format: { "source.fixAll.eslint": boolean };
              formatter: never[];
              prettier: { allowed: boolean };
          };
      }