An open API service indexing awesome lists of open source software.

https://github.com/cloudflightio/cloudflight-stylelint-plugin

Contains multiple Stylelint plugins and configs to enforce rules for clean code across Cloudflight projects.
https://github.com/cloudflightio/cloudflight-stylelint-plugin

Last synced: 4 months ago
JSON representation

Contains multiple Stylelint plugins and configs to enforce rules for clean code across Cloudflight projects.

Awesome Lists containing this project

README

          

# Cloudflight Stylelint Plugin

[![License](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
![main](https://github.com/cloudflightio/cloudflight-stylelint-plugin/actions/workflows/build.yml/badge.svg?branch=main)
[![@cloudflight/stylelint-plugin](https://img.shields.io/npm/v/@cloudflight/stylelint-plugin?label=@cloudflight/stylelint-plugin)](https://www.npmjs.com/package/@cloudflight/stylelint-plugin)
[![@cloudflight/stylelint-plugin-angular](https://img.shields.io/npm/v/@cloudflight/stylelint-plugin-angular?label=@cloudflight/stylelint-plugin-angular)](https://www.npmjs.com/package/@cloudflight/stylelint-plugin-angular)
[![@cloudflight/stylelint-plugin-vue](https://img.shields.io/npm/v/@cloudflight/stylelint-plugin-vue?label=@cloudflight/stylelint-plugin-vue)](https://www.npmjs.com/package/@cloudflight/stylelint-plugin-vue)

This repository contains multiple Stylelint plugins to enforce rules for clean code across Cloudflight projects.

## Installation

Please refer to the README's of each plugin to get started:

- [@cloudflight/stylelint-plugin](packages/stylelint-plugin/README.md)
- [@cloudflight/stylelint-plugin-angular](packages/stylelint-plugin-angular/README.md)
- [@cloudflight/stylelint-plugin-vue](packages/stylelint-plugin-vue/README.md)

## Contributing

- [Contributing to the project](CONTRIBUTING.md)