Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stylelint issues with 16.x #54

Open
nathanshower opened this issue Aug 23, 2024 · 0 comments
Open

Stylelint issues with 16.x #54

nathanshower opened this issue Aug 23, 2024 · 0 comments

Comments

@nathanshower
Copy link

nathanshower commented Aug 23, 2024

Attempting to use this on a site and all the stylelint rules are missing/broken. https://stylelint.io/migration-guide/to-15/#deprecated-stylistic-rules appears to show the deprecated rules that have been removed.

These are the deprecated items that are throwing errors in the standard configuration. Removing these from a copy of the default config included gets things to build once again.

Recommend removing these from the default configuration.
https://github.com/kanopi/kanopi-pack/blob/main/configuration/tools/stylelint.config.js

ERROR in [stylelint]
  1:1  ✖  Unknown rule block-opening-brace-space-before            block-opening-brace-space-before
  1:1  ✖  Unknown rule color-hex-case. Did you mean                color-hex-case
          color-hex-alpha, color-hex-length?
  1:1  ✖  Unknown rule declaration-bang-space-after                declaration-bang-space-after
  1:1  ✖  Unknown rule declaration-bang-space-before               declaration-bang-space-before
  1:1  ✖  Unknown rule declaration-block-semicolon-newline-after   declaration-block-semicolon-newline-after
  1:1  ✖  Unknown rule declaration-block-semicolon-space-before    declaration-block-semicolon-space-before
  1:1  ✖  Unknown rule declaration-block-trailing-semicolon        declaration-block-trailing-semicolon
  1:1  ✖  Unknown rule declaration-colon-space-after               declaration-colon-space-after
  1:1  ✖  Unknown rule declaration-colon-space-before              declaration-colon-space-before
  1:1  ✖  Unknown rule function-comma-space-after                  function-comma-space-after
  1:1  ✖  Unknown rule function-parentheses-space-inside           function-parentheses-space-inside
  1:1  ✖  Unknown rule indentation                                 indentation
  1:1  ✖  Unknown rule media-feature-parentheses-space-inside      media-feature-parentheses-space-inside
  1:1  ✖  Unknown rule no-missing-end-of-source-newline            no-missing-end-of-source-newline
  1:1  ✖  Unknown rule number-leading-zero                         number-leading-zero
  1:1  ✖  Unknown rule number-no-trailing-zeros                    number-no-trailing-zeros
  1:1  ✖  Unknown rule selector-list-comma-newline-after           selector-list-comma-newline-after
  1:1  ✖  Unknown rule string-quotes                               string-quotes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant