@suluk/eslint - v0.1.0
    Preparing search index...

    Variable defaultConst

    default: {
        rules: {
            "composition-only": {
                meta: {
                    type: string;
                    docs: { description: string };
                    messages: Record<Metric, string>;
                    schema: {
                        type: string;
                        properties: {
                            budgets: {
                                type: string;
                                properties: {
                                    native: { type: string; minimum: number };
                                    script: { type: string; minimum: number };
                                    style: { type: string; minimum: number };
                                    handler: { type: string; minimum: number };
                                    frontmatter: { type: string; minimum: number };
                                };
                                additionalProperties: boolean;
                            };
                            ignoreTags: { type: string; items: { type: string } };
                            allowGetStaticPaths: { type: string };
                        };
                        additionalProperties: boolean;
                    }[];
                };
                create(context: RuleContext): { Program(): void };
            };
        };
    } = ...

    Type Declaration

    • rules: {
          "composition-only": {
              meta: {
                  type: string;
                  docs: { description: string };
                  messages: Record<Metric, string>;
                  schema: {
                      type: string;
                      properties: {
                          budgets: {
                              type: string;
                              properties: {
                                  native: { type: string; minimum: number };
                                  script: { type: string; minimum: number };
                                  style: { type: string; minimum: number };
                                  handler: { type: string; minimum: number };
                                  frontmatter: { type: string; minimum: number };
                              };
                              additionalProperties: boolean;
                          };
                          ignoreTags: { type: string; items: { type: string } };
                          allowGetStaticPaths: { type: string };
                      };
                      additionalProperties: boolean;
                  }[];
              };
              create(context: RuleContext): { Program(): void };
          };
      }