Added stylelint-codeguide
instead stylelint-stylistic
for Stylelint v16 supporting
Migration to Stylelint 15
There were no changes on the config itself, but here is the Stylelint migration guide in case you need it.
Updated dependencies, that led to dropping support for Stylelint 13.
Please use Stylelint 14 and higher.
There were no changes on the config itself, but here is the Stylelint migration guide in case you need it.
Added postcss-scss
to peerDependencies
and added customSyntax
field into the config,
to make everything work with Stylelint v14.
- Breaking change:
selector-max-type
rule replaced withfunbox-stylelint-rules/selector-max-type
.
- Breaking change: Dropped support of
stylelint
lower than 13.7.0. - Added
stylelint
topeerDependencies
. - Updated dependencies.
- Added LICENSE.
- Prepared the package for publishing on GitHub.
- Fixed typo in
grid-template-columns
prop name.
- Added grid props to the sorting config.
- Fixed deps.
- Added
import
to ignore inat-rule-empty-line-before
.
- Disabled
scss/at-function-pattern
,scss/at-mixin-pattern
,scss/percent-placeholder-pattern
.
- Disabled
scss/dollar-variable-pattern
.
- Fixed Stylelint args in the README example.
- Updated
@funboxteam/stylelint-rules
.
- Added
animation-fill-mode
&-moz-appearance
props to the sorting config.
- Enabled
declarations-before-nesting
&no-transition-all
from @funboxteam/stylelint-rules.
- Moved the package into @funboxteam scope.
- Fixed config export.
- Fixed conflicts of rules for if-else checks.
- Initial version.