UNPKG

@anolilab/stylelint-config

Version:

Stylelint shareable config for the Anolilab stylesheet guide.

9 lines (7 loc) 156 B
declare const config: { plugins: string[]; rules: { "plugin/stylelint-selector-no-empty": boolean; }; }; export { config as default };