Skip to content

Commit

Permalink
chore: upgrade stylelint to v15 and remove deprecated prettier rules (#…
Browse files Browse the repository at this point in the history
…632)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
plyr4 and renovate[bot] authored Mar 3, 2023
1 parent 77efc40 commit 35845ad
Show file tree
Hide file tree
Showing 3 changed files with 1,677 additions and 6,703 deletions.
3 changes: 0 additions & 3 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = {
extends: [
'stylelint-config-recommended-scss',
'@double-great/stylelint-a11y/recommended.cjs',
'stylelint-config-prettier',
],
plugins: [
'stylelint-color-format',
Expand All @@ -25,7 +24,6 @@ module.exports = {
'color-no-hex': true,
'keyframe-block-no-duplicate-selectors': null, // we use duplicate selectors on purpose - it's a thing
'declaration-no-important': true,
'declaration-colon-space-after': 'always',
'declaration-empty-line-before': null,
'font-weight-notation': 'named-where-possible',
'no-descending-specificity': null,
Expand All @@ -47,7 +45,6 @@ module.exports = {
2,
{ ignore: ['blockless-at-rules', 'pseudo-classes'] },
],
'number-leading-zero': 'always',
'length-zero-no-unit': true,
// mostly disallows traditional BEM naming
// since we're going for http://www.cutestrap.com/features/popsicle
Expand Down
Loading

0 comments on commit 35845ad

Please sign in to comment.