# StyleLint Config

A [StyleLint configuration](https://stylelint.io/user-guide/configure/) for writing well-formed CSS and SCSS.

## Installation

```bash
pnpm add -D @theholocron/stylelint-config stylelint stylelint-config-standard stylelint-config-standard-scss
```

## Usage

In your project `stylelint.config.js`:

```javascript
import theHolocron from "@theholocron/stylelint-config";

export default theHolocron;
```
