stylelint-config-smallela
Version:
Configuration for Stylelint
65 lines • 2.46 kB
TypeScript
export declare const STYLE_LINT_CONFIG: {
rules: {
'at-rule-empty-line-before': (string | {
except: string[];
ignore: string[];
})[];
'at-rule-no-unknown': (boolean | {
ignoreAtRules: string[];
})[];
'block-no-empty': boolean;
'color-hex-length': string;
'color-no-invalid-hex': boolean;
'comment-empty-line-before': (string | {
except: string[];
ignore: string[];
})[];
'comment-no-empty': boolean;
'comment-whitespace-inside': string;
'custom-property-empty-line-before': (string | {
except: string[];
ignore: string[];
})[];
'declaration-block-no-duplicate-properties': (boolean | {
ignore: string[];
})[];
'declaration-block-no-shorthand-property-overrides': boolean;
'declaration-block-single-line-max-declarations': number;
'declaration-empty-line-before': (string | {
except: string[];
ignore: string[];
})[];
'font-family-name-quotes': string;
'font-family-no-duplicate-names': boolean;
'font-family-no-missing-generic-family-keyword': boolean;
'function-calc-no-unspaced-operator': boolean;
'function-linear-gradient-no-nonstandard-direction': boolean;
'function-name-case': string;
'function-url-quotes': string;
'function-whitespace-after': string;
'keyframe-declaration-no-important': boolean;
'length-zero-no-unit': (boolean | {
ignore: string[];
})[];
'media-feature-name-no-unknown': boolean;
'no-duplicate-at-import-rules': boolean;
'no-duplicate-selectors': boolean;
'no-empty-source': boolean;
'no-invalid-double-slash-comments': boolean;
'property-no-unknown': boolean;
'rule-empty-line-before': (string | {
except: string[];
ignore: string[];
})[];
'selector-attribute-quotes': string;
'selector-pseudo-class-no-unknown': boolean;
'selector-pseudo-element-colon-notation': string;
'selector-pseudo-element-no-unknown': (boolean | {
ignorePseudoElements: string[];
})[];
'selector-type-case': string;
'string-no-newline': boolean;
};
ignoreFiles: string[];
};
//# sourceMappingURL=stylelint-config.d.ts.map