@hanggrian/stylebook
    Preparing search index...

    Variable stylebookStylelintConst

    stylebookStylelint: {
        rules: {
            "@stylistic/at-rule-name-case": string;
            "@stylistic/at-rule-name-newline-after": string;
            "@stylistic/at-rule-name-space-after": string;
            "@stylistic/at-rule-semicolon-newline-after": string;
            "@stylistic/at-rule-semicolon-space-before": string;
            "@stylistic/block-closing-brace-empty-line-before": string;
            "@stylistic/block-closing-brace-newline-after": string;
            "@stylistic/block-closing-brace-newline-before": string;
            "@stylistic/block-closing-brace-space-before": string;
            "@stylistic/block-opening-brace-newline-after": string;
            "@stylistic/block-opening-brace-space-after": string;
            "@stylistic/block-opening-brace-space-before": string;
            "@stylistic/color-hex-case": string;
            "@stylistic/declaration-bang-space-after": string;
            "@stylistic/declaration-block-semicolon-newline-after": string;
            "@stylistic/declaration-block-semicolon-space-before": string;
            "@stylistic/declaration-colon-newline-after": string;
            "@stylistic/declaration-colon-space-after": string;
            "@stylistic/declaration-colon-space-before": string;
            "@stylistic/function-comma-newline-after": string;
            "@stylistic/function-comma-space-after": string;
            "@stylistic/function-comma-space-before": string;
            "@stylistic/function-max-empty-lines": number;
            "@stylistic/function-parentheses-newline-inside": string;
            "@stylistic/function-parentheses-space-inside": string;
            "@stylistic/function-whitespace-after": string;
            "@stylistic/indentation": number;
            "@stylistic/max-empty-lines": number;
            "@stylistic/max-line-length": (number | { ignorePattern: string })[];
            "@stylistic/media-feature-colon-space-after": string;
            "@stylistic/media-feature-colon-space-before": string;
            "@stylistic/media-feature-name-case": string;
            "@stylistic/media-feature-parentheses-space-inside": string;
            "@stylistic/media-feature-range-operator-space-after": string;
            "@stylistic/media-feature-range-operator-space-before": string;
            "@stylistic/media-query-list-comma-newline-after": string;
            "@stylistic/media-query-list-comma-space-after": string;
            "@stylistic/media-query-list-comma-space-before": string;
            "@stylistic/no-empty-first-line": boolean;
            "@stylistic/no-eol-whitespace": boolean;
            "@stylistic/no-extra-semicolons": boolean;
            "@stylistic/no-missing-end-of-source-newline": boolean;
            "@stylistic/no-multiple-whitespaces": boolean;
            "@stylistic/number-no-trailing-zeros": boolean;
            "@stylistic/property-case": string;
            "@stylistic/selector-attribute-brackets-space-inside": string;
            "@stylistic/selector-attribute-operator-space-after": string;
            "@stylistic/selector-attribute-operator-space-before": string;
            "@stylistic/selector-list-comma-newline-after": string;
            "@stylistic/selector-list-comma-space-after": string;
            "@stylistic/selector-list-comma-space-before": string;
            "@stylistic/selector-max-empty-lines": number;
            "@stylistic/selector-pseudo-class-case": string;
            "@stylistic/selector-pseudo-class-parentheses-space-inside": string;
            "@stylistic/selector-pseudo-element-case": string;
            "@stylistic/string-quotes": string;
            "@stylistic/unit-case": string;
            "@stylistic/value-list-comma-newline-after": string;
            "@stylistic/value-list-comma-space-after": string;
            "@stylistic/value-list-comma-space-before": string;
            "@stylistic/value-list-max-empty-lines": number;
            "at-rule-no-unknown": null;
            "color-hex-length": string;
            "color-no-invalid-hex": boolean;
            "comment-whitespace-inside": string;
            "comment-word-disallowed-list": string[];
            "declaration-block-single-line-max-declarations": number;
            "function-name-case": string;
            "length-zero-no-unit": boolean;
            "selector-attribute-quotes": string;
            "selector-class-pattern": string;
            "selector-id-pattern": string;
            "selector-type-case": string;
            "shorthand-property-no-redundant-values": boolean;
            "unit-no-unknown": boolean;
            "value-keyword-case": string;
        };
    } = ...

    Type Declaration

    • rules: {
          "@stylistic/at-rule-name-case": string;
          "@stylistic/at-rule-name-newline-after": string;
          "@stylistic/at-rule-name-space-after": string;
          "@stylistic/at-rule-semicolon-newline-after": string;
          "@stylistic/at-rule-semicolon-space-before": string;
          "@stylistic/block-closing-brace-empty-line-before": string;
          "@stylistic/block-closing-brace-newline-after": string;
          "@stylistic/block-closing-brace-newline-before": string;
          "@stylistic/block-closing-brace-space-before": string;
          "@stylistic/block-opening-brace-newline-after": string;
          "@stylistic/block-opening-brace-space-after": string;
          "@stylistic/block-opening-brace-space-before": string;
          "@stylistic/color-hex-case": string;
          "@stylistic/declaration-bang-space-after": string;
          "@stylistic/declaration-block-semicolon-newline-after": string;
          "@stylistic/declaration-block-semicolon-space-before": string;
          "@stylistic/declaration-colon-newline-after": string;
          "@stylistic/declaration-colon-space-after": string;
          "@stylistic/declaration-colon-space-before": string;
          "@stylistic/function-comma-newline-after": string;
          "@stylistic/function-comma-space-after": string;
          "@stylistic/function-comma-space-before": string;
          "@stylistic/function-max-empty-lines": number;
          "@stylistic/function-parentheses-newline-inside": string;
          "@stylistic/function-parentheses-space-inside": string;
          "@stylistic/function-whitespace-after": string;
          "@stylistic/indentation": number;
          "@stylistic/max-empty-lines": number;
          "@stylistic/max-line-length": (number | { ignorePattern: string })[];
          "@stylistic/media-feature-colon-space-after": string;
          "@stylistic/media-feature-colon-space-before": string;
          "@stylistic/media-feature-name-case": string;
          "@stylistic/media-feature-parentheses-space-inside": string;
          "@stylistic/media-feature-range-operator-space-after": string;
          "@stylistic/media-feature-range-operator-space-before": string;
          "@stylistic/media-query-list-comma-newline-after": string;
          "@stylistic/media-query-list-comma-space-after": string;
          "@stylistic/media-query-list-comma-space-before": string;
          "@stylistic/no-empty-first-line": boolean;
          "@stylistic/no-eol-whitespace": boolean;
          "@stylistic/no-extra-semicolons": boolean;
          "@stylistic/no-missing-end-of-source-newline": boolean;
          "@stylistic/no-multiple-whitespaces": boolean;
          "@stylistic/number-no-trailing-zeros": boolean;
          "@stylistic/property-case": string;
          "@stylistic/selector-attribute-brackets-space-inside": string;
          "@stylistic/selector-attribute-operator-space-after": string;
          "@stylistic/selector-attribute-operator-space-before": string;
          "@stylistic/selector-list-comma-newline-after": string;
          "@stylistic/selector-list-comma-space-after": string;
          "@stylistic/selector-list-comma-space-before": string;
          "@stylistic/selector-max-empty-lines": number;
          "@stylistic/selector-pseudo-class-case": string;
          "@stylistic/selector-pseudo-class-parentheses-space-inside": string;
          "@stylistic/selector-pseudo-element-case": string;
          "@stylistic/string-quotes": string;
          "@stylistic/unit-case": string;
          "@stylistic/value-list-comma-newline-after": string;
          "@stylistic/value-list-comma-space-after": string;
          "@stylistic/value-list-comma-space-before": string;
          "@stylistic/value-list-max-empty-lines": number;
          "at-rule-no-unknown": null;
          "color-hex-length": string;
          "color-no-invalid-hex": boolean;
          "comment-whitespace-inside": string;
          "comment-word-disallowed-list": string[];
          "declaration-block-single-line-max-declarations": number;
          "function-name-case": string;
          "length-zero-no-unit": boolean;
          "selector-attribute-quotes": string;
          "selector-class-pattern": string;
          "selector-id-pattern": string;
          "selector-type-case": string;
          "shorthand-property-no-redundant-values": boolean;
          "unit-no-unknown": boolean;
          "value-keyword-case": string;
      }