# @stylelint-types/stylelint-order

TypeScript definitions for [stylelint-define-config](https://github.com/stylelint-types/stylelint-define-config).

## Install

```sh
npm i -D @stylelint-types/stylelint-order
# or
pnpm add -D @stylelint-types/stylelint-order
# or
yarn add -D @stylelint-types/stylelint-order
```

## Usage

```js
// @ts-check
const defineConfig = require('stylelint-define-config')

/// <reference types="@stylelint-types/stylelint-order">

module.exports = defineConfig({
  rules: {
    // ...rules
  }
})
```

![demo](./static/demo.png)

## Credits

- [@stylelint-types](https://github.com/stylelint-types)
- [@pengzhanbo](https://github.com/pengzhanbo)

## LICENSE

[MIT](./LICENSE)
