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

Fix deprecation warnings of Stylelint #341

Open
patric-eberle opened this issue Jan 4, 2024 · 0 comments
Open

Fix deprecation warnings of Stylelint #341

patric-eberle opened this issue Jan 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@patric-eberle
Copy link
Member

When running npm run test, there are several deprecation warnings shown by Stylelint. We should check how to resolve this issues, so that no dependency related issues are shown. Maybe we also need a code formatter to get around this issue, but still get the same result.

Deprecation warnings:
 - The "block-closing-brace-newline-after" rule is deprecated.
 - The "max-line-length" rule is deprecated.
 - The "no-eol-whitespace" rule is deprecated.
 - The "selector-list-comma-newline-after" rule is deprecated.
 - The "string-quotes" rule is deprecated.
 - The "indentation" rule is deprecated.
@patric-eberle patric-eberle self-assigned this Jan 4, 2024
@patric-eberle patric-eberle added the enhancement New feature or request label Jan 4, 2024
@patric-eberle patric-eberle removed their assignment Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant