| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2016-11-10 | 2.9 kB | |
| Supports all stylelint options.tar.gz | 2016-11-10 | 39.1 kB | |
| Supports all stylelint options.zip | 2016-11-10 | 188.7 kB | |
| Totals: 3 Items | 230.7 kB | 0 | |
- 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: - indentation
- no-missing-end-of-source-newline
- no-eol-whitespace
- 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