- Updated
stylelint-config-suitcss
to v21 - Updated
stylelint-config-standard-scss
to v13 - Updated
stylelint
peer dependency to v16 - Disabled
declaration-block-no-redundant-longhand-properties
(#407) - Disabled
suitcss/custom-property-no-outside-root
(#318)
- Updated
stylelint-config-standard-scss
to v11 - Updated
stylelint-config-suitcss
to v20- This doesn't require a version change on our part, they're just fixing their stylelint peer dependency to v15, but we already had that.
- Updated
stylelint
peer dependency to v15 - Updated
stylelint-config-standard-scss
to v10 - Updated
stylelint-config-suitcss
to v19
- Major version bump due to dependencies
- Updated
stylelint-config-standard-scss
to v6
- Change
selector-not-notation
to "simple".
- Updated
stylelint-config-standard-scss
to v5 - Removed:
stylelint
less than14.9.0
from peer dependencies.
- Added
camelCaseSvgKeywords
rule tovalue-case-keyword
, to allow continued use ofcurrentColor
.
- Removed:
no-descending-specificity
rule, due to false positives (#216)
- Unset all
pattern
rules thatstylelint-standard
set to kebab. This conflicts with SUIT naming rules.
- Major version bump due to dependencies
- Updated
stylelint
to v14.0.0 - Add stylelint-config-standard-scss
- Disallow usage of
@extend
and@import
statements - Ensure variables and
@include
statements are declared at the top of declaration blocks. - Added
stylelint-high-performance-animation
- Updated to v15 of
stylelint-config-suitcss
, which updates its peer dependency forstylelint
to v13.
- Fix another typo in README. (version bump to deploy to NPM)
- Fix typo in README. (version bump to deploy to NPM)
- We no longer enforce blank lines before rules after comments.
- We no longer enforce empty lines before at-rules.
- Major version bump due dependencies
- Updated
stylelint
to v13 - Updated
jest
to v25 - Updated
eslint
to v6.8.0
- Major version bump due to Stylelint v12
- Updated readme and fixed typo in
.travis.yml
- Pin Dependencies
- Add Renovate
- Updated readme
- Add TravisCI
- Updated readme
- Initial release