We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@fastkit/[email protected]
https://stackblitz.com/edit/node-5ibrsa?file=package.json,.stylelintrc.cjs
pnpm stylelint
stylelint should complete without warning.
stylelint warns about deprecated rules
Deprecation warnings: - The "string-quotes" rule is deprecated. - The "indentation" rule is deprecated.
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
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Target Packages
@fastkit/[email protected]
Link to minimal reproduction
https://stackblitz.com/edit/node-5ibrsa?file=package.json,.stylelintrc.cjs
Steps to reproduce
pnpm stylelint
in a terminalWhat is expected?
stylelint should complete without warning.
What is actually happening?
stylelint warns about deprecated rules
System Info
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.
The text was updated successfully, but these errors were encountered: