@justia/stylelint-config
Version:
Justia's base Scss Stylelint configuration
83 lines (82 loc) • 3.39 kB
TypeScript
declare const _default: {
rules: {
'alpha-value-notation': null;
'hue-degree-notation': null;
'color-function-notation': string;
'color-named': string;
'color-no-hex': null;
'length-zero-no-unit': boolean;
'font-weight-notation': null;
'function-allowed-list': null;
'function-disallowed-list': null;
'function-url-no-scheme-relative': null;
'function-url-scheme-allowed-list': null;
'function-url-scheme-disallowed-list': null;
'keyframes-name-pattern': null;
'number-max-precision': null;
'time-min-milliseconds': null;
'unit-allowed-list': null;
'unit-disallowed-list': null;
'shorthand-property-no-redundant-values': boolean;
'value-no-vendor-prefix': boolean;
'custom-property-pattern': null;
'property-allowed-list': null;
'property-disallowed-list': null;
'property-no-vendor-prefix': boolean;
'declaration-block-no-redundant-longhand-properties': null;
'declaration-no-important': null;
'declaration-property-unit-allowed-list': null;
'declaration-property-unit-disallowed-list': null;
'declaration-property-value-allowed-list': null;
'declaration-property-value-disallowed-list': {
border: string[];
'border-top': string[];
'border-right': string[];
'border-bottom': string[];
'border-left': string[];
};
'declaration-block-single-line-max-declarations': number;
'selector-attribute-operator-allowed-list': null;
'selector-attribute-operator-disallowed-list': null;
'selector-class-pattern': (string | {
message: string;
})[];
'selector-combinator-allowed-list': null;
'selector-combinator-disallowed-list': null;
'selector-id-pattern': null;
'selector-max-attribute': null;
'selector-max-class': null;
'selector-max-combinators': null;
'selector-max-compound-selectors': number;
'selector-max-id': number;
'selector-max-pseudo-class': null;
'selector-max-specificity': null;
'selector-max-type': null;
'selector-max-universal': null;
'selector-nested-pattern': null;
'selector-no-qualifying-type': (boolean | {
ignore: string[];
})[];
'selector-no-vendor-prefix': boolean;
'selector-pseudo-class-allowed-list': null;
'selector-pseudo-class-disallowed-list': null;
'selector-pseudo-element-allowed-list': null;
'selector-pseudo-element-colon-notation': string;
'selector-pseudo-element-disallowed-list': null;
'media-feature-name-allowed-list': null;
'media-feature-name-disallowed-list': null;
'media-feature-name-no-vendor-prefix': boolean;
'media-feature-name-value-allowed-list': null;
'custom-media-pattern': null;
'at-rule-allowed-list': null;
'at-rule-disallowed-list': string[];
'at-rule-no-vendor-prefix': boolean;
'at-rule-property-required-list': null;
'comment-word-disallowed-list': null;
'max-nesting-depth': (number | {
ignoreAtRules: string[];
})[];
'no-unknown-animations': boolean;
};
};
export = _default;