@stylelint-types/stylelint-order
Version:
TypeScript definitions for stylelint-define-config
40 lines (27 loc) • 705 B
Markdown
# @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
}
})
```

## Credits
- [@stylelint-types](https://github.com/stylelint-types)
- [@pengzhanbo](https://github.com/pengzhanbo)
## LICENSE
[MIT](./LICENSE)