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

Check CSS styling in CI #21

Open
Tracked by #17
ndr-ds opened this issue Nov 27, 2024 · 0 comments
Open
Tracked by #17

Check CSS styling in CI #21

ndr-ds opened this issue Nov 27, 2024 · 0 comments

Comments

@ndr-ds
Copy link

ndr-ds commented Nov 27, 2024

Maybe this is less relevant, but might be a good idea since it's a repository with UI code and .css files.
We can run npx stylelint "**/*.css" from CI.
You need to create a config file for this, but something like a .stylelintrc.json file under the extension directory, with this:

{
  "extends": "stylelint-config-standard",
}

Might be a good enough starting point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant