Skip to content

Check CSS styling in CI #21

@ndr-ds

Description

@ndr-ds

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions