This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Supports all stylelint options
- Fixed Same issue in stylelint #218 use
stylelintto load configuration file. - Fixed:
--configoption to CLI. same as stylelint CLI - Added:
--config-basediroption to CLI. same as stylelint CLI - Fixed:
configoption to Node.js API. same as stylelint API - Added:
configBasediroption to Node.js API. same as stylelint API - Added:
configFileoption to Node.js API. same as stylelint API - Added: When
stylelintconfiguration file not found, it will extends fromeditorconfig: - Fixed: rules that value is an array, can work properly:
- at-rule-semicolon-newline-after
- block-closing-brace-newline-after
- block-opening-brace-newline-before
- block-opening-brace-space-before
- declaration-colon-space-after
- declaration-colon-space-before
- length-zero-no-unit
- number-leading-zero
- number-no-trailing-zeros
- selector-combinator-space-after
- selector-combinator-space-before
- selector-list-comma-newline-after
- selector-list-comma-newline-before
- selector-list-comma-space-after
- selector-list-comma-space-before
- shorthand-property-no-redundant-values
Thanks a lot for @gucong3000 :D