Releases: thoughtbot/stylelint-config
Releases · thoughtbot/stylelint-config
4.0.0
- Add a script to automate building the CHANGELOG (#56)
- Allow !default annotations (#55)
- Upgrade Stylelint to v16.2.0 (#54)
- Lint JavaScript with eslint/prettier (#53)
- Remove deprecated rules, but test for future ones (#52)
- Start testing against a sample (#51)
- Remove Atom editor configuration (#49)
- Fix thoughtbot README logo (#50)
- Fix link to Sass guides (#48)
- Upgrade Node to v20.11.0 (#47)
- Add Dependabot for dependency checking (#40)
3.0.1
v3.0.0
Changed
function-calc-no-invalid
removed as it's been deprecateddeclaration-property-unit-allowed-list
was changed fromdeclaration-property-unit-whitelist
declaration-property-value-disallowed-list
was changed fromdeclaration-property-unit-blacklist
- Updated stylelint to v14.7.1
- Updated stylelint-config-recommended to v7.0.0
- Updated stylelint-order to v5.0.0
- Updated stylelint-scss to v4.2.0
- Updated stylelint-declaration-block-no-ignored-properties to v2.5.0
Thank you @sebnitu for contributing to this update.
v2.0.0
Added
property-case
set tolower
unit-case
set tolower
value-keyword-case
set tolower
scss/at-else-if-parentheses-space-before
set tonever
scss/at-function-parentheses-space-before
set tonever
scss/at-mixin-parentheses-space-before
set tonever
declaration-block-no-redundant-longhand-properties
set totrue
selector-list-comma-newline-before
set tonever-multi-line
selector-list-comma-space-before
set tonever
media-query-list-comma-newline-after
set toalways-multi-line
media-query-list-comma-newline-before
set tonever-multi-line
media-query-list-comma-space-after
set toalways
media-query-list-comma-space-before
set tonever
no-empty-first-line
set totrue
no-empty-source
set totrue
declaration-block-semicolon-newline-before
set tonever-multi-line
declaration-block-semicolon-space-before
set tonever
max-empty-lines
set to1
max-line-length
set to80
Changed
declaration-block-semicolon-newline-after
was changed fromalways-multi-line
toalways
color-hex-length
was changed fromshort
tolong
v1.2.0
v1.1.0
Added
- Enabled
scss/selector-no-union-class-name
(replacing our custom
implementation of linting for this). - Enabled
scss/map-keys-quotes
.