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 warns of deprecated rules #8

Closed
dadajam4 opened this issue Apr 12, 2023 · 0 comments · Fixed by #9
Closed

stylelint warns of deprecated rules #8

dadajam4 opened this issue Apr 12, 2023 · 0 comments · Fixed by #9
Labels
bug Something isn't working

Comments

@dadajam4
Copy link
Owner

Target Packages

@fastkit/stylelint-config@0.13.0

Link to minimal reproduction

https://stackblitz.com/edit/node-5ibrsa?file=package.json,.stylelintrc.cjs

Steps to reproduce

  1. Open Stackblitz
  2. Run pnpm stylelint in a terminal

What is expected?

stylelint should complete without warning.

What is actually happening?

stylelint warns about deprecated rules

Deprecation warnings:
 - The "string-quotes" rule is deprecated.
 - The "indentation" rule is deprecated.

System Info

System:
    OS: macOS 12.6
    CPU: (10) arm64 Apple M1 Pro
    Memory: 81.36 MB / 32.00 GB
    Shell: 5.8.1 - /bin/zsh
  Binaries:
    Node: 18.13.0 - ~/.anyenv/envs/nodenv/versions/18.13.0/bin/node
    npm: 8.19.3 - ~/.anyenv/envs/nodenv/versions/18.13.0/bin/npm
  Browsers:
    Chrome: 112.0.5615.49
    Firefox: 105.0.3
    Safari: 16.0

Any additional comments?

It seems that Stylelint has decided to abolish the rules that formatters like prettire should hold as of v15.

prettier/stylelint-config-prettier#140

Along with this, the stylelint-config-prettier included in the dependencies should no longer be needed.

@dadajam4 dadajam4 added pending triage Waiting for triage by maintainer bug Something isn't working and removed pending triage Waiting for triage by maintainer labels Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant