# `@nimblehq/stylelint-config-nimble`

This package provides Stylelint base rules

## Installation

```bash
  npm install --save-dev @nimblehq/stylelint-config-nimble
```

## Usage

Add `@nimblehq/stylelint-config-nimble` to the extends section of your `.stylelintrc.js` configuration file.

```js
{
  "extends": [
      "@nimblehq/stylelint-config-nimble"
  ],
  "rules": {
    // Additional, per-project rules...
  }
}
```

## License

This project is Copyright (c) 2022 and onwards Nimble. It is free software and may be redistributed under the terms specified in the [LICENSE] file.

[LICENSE]: /LICENSE

## About

![Nimble](https://assets.nimblehq.co/logo/dark/logo-dark-text-160.png)

This project is maintained and funded by [Nimble](https://nimblehq.co).

We love open source and do our part in sharing our work with the community!
See [our other projects][community] or [hire our team][hire] to help build your product.

[community]: https://github.com/nimblehq
[hire]: https://nimblehq.co/
