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 formatting for css, scss files. #10

Open
tomtuz opened this issue Jun 29, 2024 · 0 comments
Open

Fix formatting for css, scss files. #10

tomtuz opened this issue Jun 29, 2024 · 0 comments
Assignees
Labels
For: Frontend This is something to do for the front end (client folder) of the website. Priority: Medium Something that should be tried to be done in this release, but not as important as High priority. Size: Small Something that may take a day at most to do. Type: Bug Something isn't working the way it should

Comments

@tomtuz
Copy link
Collaborator

tomtuz commented Jun 29, 2024

Currently:

  • Explicit linting works. I.e.: with Ctrl + P > "Fix all"
  • Formatting works only with command line, "Format Document" doesn't work
  • VSCode is throwing deprecation warnings in the 'output' console and is not able to format i.e. .scss file

This is likely VSCode extension problem.

Output warnings:

[Error - 6:38:53 PM] (node:17748) [stylelint:002] DeprecationWarning: The CommonJS Node.js API is deprecated.
See https://stylelint.io/migration-guide/to-16
[Error - 6:38:54 PM] (node:17748) [stylelint:003] DeprecationWarning: `output` is deprecated.
Use `report` or `code` instead.

Relevant:

Deprecated: CommonJS Node.js API ([#7353](https://github.com/stylelint/stylelint/pull/7353)) ([@ybiquitous](https://github.com/ybiquitous)).
Deprecated: output property in a Node.js API returned object. Instead, report/code
@tomtuz tomtuz self-assigned this Jun 29, 2024
@tomtuz tomtuz added Size: Small Something that may take a day at most to do. Type: Bug Something isn't working the way it should For: Frontend This is something to do for the front end (client folder) of the website. Priority: Medium Something that should be tried to be done in this release, but not as important as High priority. labels Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For: Frontend This is something to do for the front end (client folder) of the website. Priority: Medium Something that should be tried to be done in this release, but not as important as High priority. Size: Small Something that may take a day at most to do. Type: Bug Something isn't working the way it should
Projects
None yet
Development

No branches or pull requests

1 participant