Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thiradus/stylelint-config-thiradus

The Stylelint Configuration used for Linting Thiradus' CSS.
https://github.com/thiradus/stylelint-config-thiradus

stylelint stylelint-config

Last synced: 15 days ago
JSON representation

The Stylelint Configuration used for Linting Thiradus' CSS.

Awesome Lists containing this project

README

        

[![Thiradus Dark Banner](https://raw.githubusercontent.com/Thiradus/Branding/master/Graphics/Banner/Banner-Dark.png)](https://thiradus.com/)

Thiradus Stylelint Config

## Overview

The Stylelint Configuration used for Linting Thiradus' CSS projects.

## Installation

##### 1. Add the configuration as a dependency.
```Bash
npm install --save-dev stylelint stylelint-config-thiradus
```

##### 2. Add the following to your `.stylelintrc.json`.
```JSON
{
"extends": "stylelint-config-thiradus"
}

```

## License

This repository is licensed under the [MIT](./LICENSE.md) License © 2015-2022 [Thiradus](https://github.com/Thiradus/)