- Removed
stylelint-a11y
This plugin is no longer maintained, and I found I was disabling one of the three rules it added most of the time. @see YozhikM/stylelint-a11y#65 - Updated
stylelint-config-standard-scss
to v13 - Updated
stylelint
peer dependency to v16
- Updated
stylelint-config-standard-scss
to v11
- Updated
stylelint
peer dependency to^15.5.0
- Updated
stylelint
peer dependency to v15 - Updated
stylelint-config-standard-scss
to v10 - Updated
stylelint-order
to v6
- Major version bump due to dependencies
- Updated
stylelint-config-standard-scss
to v6
- Updated
stylelint-config-standard-scss
to v5 - Removed: stylelint less than 14.9.0 from peer dependencies.
- Updated
stylelint-config-standard-scss
to v3
- Unintentionally listed some dependencies as devdependencies
- Major version bump due to new rules
- Removed many rules already declared in shared configs
- Added
stylelint-a11y
- Added
stylelint-high-performance-animation
- Major version bump due to dependencies
- Updated
stylelint
to v14.0.0 - Replace
stylelint-config-standard
andstylelint-scss
withstylelint-config-standard-scss
- Updated
stylelint-order
to v5.0.0 - Updated
stylelint-declaration-block-no-ignored-properties
to v2.4.0
- Major version bump due to dependencies
- Updated
stylelint-config-standard
to v20 - Updated
stylelint
to v13.1.0
- Major version bump due to dependencies
- Updated
stylelint
to v13 - Updated
stylelint-order
to v4 - Updated
eslint
to v6.8.0 - Updated
jest
to v25
- Major version bump due to Stylelint v12
- Removed
indentation
in favor ofstylelint-config-standard
's setting
- Forked from stylelint-config-saymedia
- Removed all
*-pattern
naming rules, to be replaced with BEM-style at a later date
- Change: all package.json rules to use
~
instead of^
to avoid accidental minor version upgrades and problems. - Changed: updated to
[email protected]
. - Changed: updated to
[email protected]
. - Changed: updated to
[email protected]
.
- Changed: updated to
[email protected]
. - Changed: updated to
[email protected]
. - Changed: updated to
[email protected]
. - Changed: updated to
[email protected]
. - Changed: updated to
[email protected]
.
- Removed:
except: ["first-nested"]
option fromscss/double-slash-comment-empty-line-before
rule, because it's not what we actually wanted.
- Removed:
no-descending-specificity
rule, due to false positives, pending #2489
- Changed: updated to
[email protected]
. - Removed:
no-unknown-animations
rule, per discussion in this PR.
- Changed
at-mixin-argumentless-call-parentheses
to "always"
- Initial release