# @pandell/stylelint-config

Shared Stylelint config for Pandell engineering teams.

## Usage

Add the following to your `package.json`:

```json
{
  "stylelint": {
      "extends": [ "@pandell/stylelint-config" ]
  }
}
```

For more details and options for configuration, see the [Stylelint documentation](https://stylelint.io/user-guide/configure/).
