Skip to content

pipeline-components-stylelint

Actions
stylelint by Pipeline Components
v0.13.3
Latest
Star (2)

Tags

 (1)

Pipeline Components: Stylelint

Project Stage Project Maintenance License GitLab CI

Docker status

Image Size Docker Pulls

Usage

The application is installed in /app/ and base the following components

  • stylelint
  • stylelint-config-standard
  • stylelint-config-recommended-vue
  • stylelint-config-standard-scss

If you don't have a stylelint config already, it is advised to add a config, add a file names .stylelintrc.json with the following content

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

Style lint is a bit problematic and a wrapper script tries to work around this. If you want to use your own stylelint config packages, set CONFIG_BASEDIR to the directory where node_modules is located

Examples

stylelint:
  stage: linting
  image: registry.gitlab.com/pipeline-components/stylelint:latest
  script:
    - stylelint --color '**/*.css'

Versioning

This project uses Semantic Versioning for its version numbering.

Support

Got questions?

Check the discord channel

You could also open an issue here

Contributing

This is an active open-source project. We are always open to people who want to use the code or contribute to it.

We've set up a separate document for our contribution guidelines.

Thank you for being involved! 😍

Authors & contributors

The original setup of this repository is by Robbert Müller.

The Build pipeline is large based on Community Hass.io Add-ons by Franck Nijhof.

For a full list of all authors and contributors, check the contributor's page.

License

This project is licensed under the MIT License by Robbert Müller.

pipeline-components-stylelint is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

stylelint by Pipeline Components
v0.13.3
Latest

Tags

 (1)

pipeline-components-stylelint is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.